Loading robot2doc/create_sols.py +4 −2 Original line number Diff line number Diff line Loading @@ -224,9 +224,11 @@ if __name__ == "__main__": print("Generating entire SOL tests") if (BRANCH.startswith("3") or (BRANCH == "Release-3")): if (BRANCH.startswith("4") or (BRANCH == "Release-4")): sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] elif (BRANCH.startswith("2")) or (BRANCH == "Release-2") : elif (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"] else: print("Could not determine branch") Loading Loading
robot2doc/create_sols.py +4 −2 Original line number Diff line number Diff line Loading @@ -224,9 +224,11 @@ if __name__ == "__main__": print("Generating entire SOL tests") if (BRANCH.startswith("3") or (BRANCH == "Release-3")): if (BRANCH.startswith("4") or (BRANCH == "Release-4")): sol_specs = ["SOL002", "SOL003", "SOL005", "SOL009", "SOL011", "SOL012"] elif (BRANCH.startswith("2")) or (BRANCH == "Release-2") : elif (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"] else: print("Could not determine branch") Loading