fix windows test by not disabling normalization
- this re-enables line ending and file path normalization - the latter might be unwanted, but there is only a shared flag - this might result in too loose matching of / and \ in stdout and stderr as prolog syntax may be mistaken for a path
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
# issue 857
|
# issue 857
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 852
|
# issue 852
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 820
|
# issue 820
|
||||||
args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/goals.pl"]
|
args = ["-f", "--no-add-history", "-g", "test,halt", "tests/scryer/cli/issues/goals.pl"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 820
|
# issue 820
|
||||||
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/goals.pl"]
|
args = ["-f", "--no-add-history", "-g", "test", "-g", "halt", "tests/scryer/cli/issues/goals.pl"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 844
|
# issue 844
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 807
|
# issue 807
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 815
|
# issue 815
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 841
|
# issue 841
|
||||||
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/occurs_check_flag.pl"]
|
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/occurs_check_flag.pl"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 841
|
# issue 841
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 839
|
# issue 839
|
||||||
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/op3.pl", "-g", "halt"]
|
args = ["-f", "--no-add-history", "tests/scryer/cli/issues/op3.pl", "-g", "halt"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
# issue 812
|
# issue 812
|
||||||
args = ["-f", "--no-add-history"]
|
args = ["-f", "--no-add-history"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
args = ["-f", "--no-add-history", "src/tests/acyclic_term.pl", "-f", "-g", "main_quiet"]
|
args = ["-f", "--no-add-history", "src/tests/acyclic_term.pl", "-f", "-g", "main_quiet"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
args = ["-f", "--no-add-history", "src/tests/dif.pl", "-f", "-g", "main_quiet"]
|
args = ["-f", "--no-add-history", "src/tests/dif.pl", "-f", "-g", "main_quiet"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
args = ["-f", "--no-add-history", "src/tests/ground.pl", "-f", "-g", "main_quiet"]
|
args = ["-f", "--no-add-history", "src/tests/ground.pl", "-f", "-g", "main_quiet"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
args = ["-f", "--no-add-history", "src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"]
|
args = ["-f", "--no-add-history", "src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"]
|
||||||
binary = true
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
args = ["-f", "--no-add-history", "src/tests/term_variables.pl", "-f", "-g", "main_quiet"]
|
args = ["-f", "--no-add-history", "src/tests/term_variables.pl", "-f", "-g", "main_quiet"]
|
||||||
binary = true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user