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

Add Release-5 branch to create SOL documents

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

    print("Generating entire SOL tests")

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