fix reverted tests, ensure files are loaded before goals (#2315)

This commit is contained in:
Mark
2024-02-03 11:49:26 -07:00
parent 6a421dd8b0
commit 673329ddb7
3 changed files with 19 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
# issue 820
args = ["-f", "--no-add-history", "goals.pl", "-g", "test", "-g", "halt"]
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "goals.pl"]