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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user