Skip to content

Commit

Permalink
pass in new compiler version to run the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 committed Feb 7, 2024
1 parent 17b154d commit c1c2732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
# TODO also test on windows
if sys.platform != "win32":
os.environ["PRINCESS_COMPILER"] = build.exe_file("bin/princess2")
subprocess.check_call(["bin/testrunner", "./test"])
subprocess.check_call(["bin/testrunner", "./test", "--compiler", "./bin/princess2"])

print("Bootstrapping...")
compile([])
Expand Down

0 comments on commit c1c2732

Please sign in to comment.