Commit 07382d5e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add Release-3 branch to create SOL documents

parent af497ed2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ if __name__ == "__main__":

    print("Generating entire SOL tests")

    if BRANCH.startswith("3"):
    if (BRANCH.startswith("3") or (BRANCH == "Release-3")):
        sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"]
    elif (BRANCH.startswith("2")) or (BRANCH == "master") :
        sol_specs = ["SOL002", "SOL003", "SOL005"]