mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
soltest_all: Fix an error being printed to a file called 2
rather than to stderr
This commit is contained in:
parent
ac12274acd
commit
81668eb26a
@ -80,6 +80,6 @@ done
|
|||||||
|
|
||||||
if (($STEP != $STEPS + 1))
|
if (($STEP != $STEPS + 1))
|
||||||
then
|
then
|
||||||
echo "Step counter not properly adjusted!" >2
|
echo "Step counter not properly adjusted!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user