Skip to content

Commit d505437

Browse files
committed
Redirect report about failed specs to the same file stderr.txt
1 parent 874ef80 commit d505437

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/truffle/integration/no_extra_output.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ check $?
4343
echo "Test of the unexpected output to stderr."
4444
echo "To ensure there are no unexpected warnings for instance."
4545

46-
jt --silent test specs fast --error-output error_output.txt 2>stderr.txt
47-
echo Error output:
48-
cat error_output.txt
49-
46+
jt --silent test specs fast --error-output stderr 2>stderr.txt
5047
if [ -s stderr.txt ]; then
5148
echo Extra output:
5249
cat stderr.txt

0 commit comments

Comments
 (0)