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:
Skgland
2023-12-04 22:59:52 +01:00
committed by Bennet Bleßmann
parent b052b62b16
commit 57b52fbe90
16 changed files with 0 additions and 16 deletions

View File

@@ -1,3 +1,2 @@
# issue 857
args = ["-f", "--no-add-history"]
binary = true

View File

@@ -1,3 +1,2 @@
# issue 852
args = ["-f", "--no-add-history"]
binary = true

View File

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

View File

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

View File

@@ -1,3 +1,2 @@
# issue 844
args = ["-f", "--no-add-history"]
binary = true

View File

@@ -1,3 +1,2 @@
# issue 807
args = ["-f", "--no-add-history"]
binary = true

View File

@@ -1,3 +1,2 @@
# issue 815
args = ["-f", "--no-add-history"]
binary = true

View File

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

View File

@@ -1,3 +1,2 @@
# issue 841
args = ["-f", "--no-add-history"]
binary = true

View File

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

View File

@@ -1,3 +1,2 @@
# issue 812
args = ["-f", "--no-add-history"]
binary = true

View File

@@ -1,2 +1 @@
args = ["-f", "--no-add-history", "src/tests/acyclic_term.pl", "-f", "-g", "main_quiet"]
binary = true

View File

@@ -1,2 +1 @@
args = ["-f", "--no-add-history", "src/tests/dif.pl", "-f", "-g", "main_quiet"]
binary = true

View File

@@ -1,2 +1 @@
args = ["-f", "--no-add-history", "src/tests/ground.pl", "-f", "-g", "main_quiet"]
binary = true

View File

@@ -1,2 +1 @@
args = ["-f", "--no-add-history", "src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"]
binary = true

View File

@@ -1,2 +1 @@
args = ["-f", "--no-add-history", "src/tests/term_variables.pl", "-f", "-g", "main_quiet"]
binary = true