Loading isis/scripts/makeOutput.py +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ else: os.system("make truthdata") os.system("rm -rf " + builddir + "/testOutputDir/truth") os.system("cp -r truth " + builddir + "/testOutputDir") print("App Test Output In " + builddir + "/testOutputDir/truth) print("App Test Output In " + builddir + "/testOutputDir/truth") if len(sys.argv) == 3: if sys.argv[2] == "truth": os.system("make checkin") Loading Loading
isis/scripts/makeOutput.py +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ else: os.system("make truthdata") os.system("rm -rf " + builddir + "/testOutputDir/truth") os.system("cp -r truth " + builddir + "/testOutputDir") print("App Test Output In " + builddir + "/testOutputDir/truth) print("App Test Output In " + builddir + "/testOutputDir/truth") if len(sys.argv) == 3: if sys.argv[2] == "truth": os.system("make checkin") Loading