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.
1 parent 874ef80 commit d505437Copy full SHA for d505437
test/truffle/integration/no_extra_output.sh
@@ -43,10 +43,7 @@ check $?
43
echo "Test of the unexpected output to stderr."
44
echo "To ensure there are no unexpected warnings for instance."
45
46
-jt --silent test specs fast --error-output error_output.txt 2>stderr.txt
47
-echo Error output:
48
-cat error_output.txt
49
-
+jt --silent test specs fast --error-output stderr 2>stderr.txt
50
if [ -s stderr.txt ]; then
51
echo Extra output:
52
cat stderr.txt
0 commit comments