We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 172d872 + 601301f commit 569e150Copy full SHA for 569e150
test/blackbox-tests/test-cases/cram/gh4230.t
@@ -5,13 +5,14 @@ Syntax error inside a cram command
5
> EOF
6
7
$ cat >t1.t <<EOF
8
- > $ foo-bar() { true; }
+ > $ if then fi
9
10
11
- $ dune runtest --auto-promote 2>&1 | sed -E -e 's/.+\.sh:/$SUBTEST.sh:/' -e 's/cd.*\&\&.*.sh/cd $DIR \&\& $SUBTEST.sh/'
+ $ dune runtest --auto-promote
12
File "t1.t", line 1, characters 0-0:
13
Error: Files _build/default/t1.t and _build/default/t1.t.corrected differ.
14
Promoting _build/default/t1.t.corrected to t1.t.
15
+ [1]
16
17
18
> $ exit 1
0 commit comments