Loading robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
robot2doc/create_sols.py +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading