Skip to content
Snippets Groups Projects
Commit 3edbf5c6 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Fix dependence on grep behavior in T8129

grep was considering the output to be binary on my machine, resulting in a
spurious test failure.
parent 58f1f733
No related merge requests found
...@@ -14,5 +14,5 @@ T8227: ...@@ -14,5 +14,5 @@ T8227:
# an asertion failure with -ddump-tc-trace # an asertion failure with -ddump-tc-trace
T8129: T8129:
-'$(TEST_HC)' $(TEST_HC_OPTS) -c -ddump-tc-trace T8129.hs 2> T8129.trace > T8129.trace -'$(TEST_HC)' $(TEST_HC_OPTS) -c -ddump-tc-trace T8129.hs 2> T8129.trace > T8129.trace
grep deduce T8129.trace grep -a deduce T8129.trace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment