rename to match toml file

- goals.pl is used by both compound_goal.toml and multiple_goals.toml therefor renamed the later to share a common prefix with goals.pl, to keep them together
This commit is contained in:
Skgland
2023-12-04 22:23:04 +01:00
committed by Bennet Bleßmann
parent fcf2e2db05
commit 4df7e94d56
13 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
['tests/scryer/cli/issues/issue852-throw_e.pl'].
['tests/scryer/cli/issues/issue852-throw_e.pl'].
['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
['tests/scryer/cli/issues/do_not_duplicate_path_components.pl'].
halt.

View File

@@ -1,3 +1,3 @@
# issue 820
args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/issue820-goals.pl"]
args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/goals.pl"]
binary = true

View File

@@ -1,3 +1,3 @@
# issue 820
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/issue820-goals.pl"]
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/goals.pl"]
binary = true

View File

@@ -1,3 +1,3 @@
# issue 841
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue841-occurs-check.pl"]
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/occurs_check_flag.pl"]
binary = true

View File

@@ -1,3 +1,3 @@
# issue 839
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/issue839-op3.pl", "-g", "halt"]
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/op3.pl", "-g", "halt"]
binary = true