mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13398 from ethereum/cmdline-test-verbosity-fix
test/cmdlineTests.sh: fix verbosity.
This commit is contained in:
commit
a4358b166c
@ -311,7 +311,7 @@ function test_solc_assembly_output
|
|||||||
function test_via_ir_equivalence()
|
function test_via_ir_equivalence()
|
||||||
{
|
{
|
||||||
SOLTMPDIR=$(mktemp -d)
|
SOLTMPDIR=$(mktemp -d)
|
||||||
pushd "$SOLTMPDIR"
|
pushd "$SOLTMPDIR" > /dev/null
|
||||||
|
|
||||||
(( $# <= 2 )) || fail "This function accepts at most two arguments."
|
(( $# <= 2 )) || fail "This function accepts at most two arguments."
|
||||||
|
|
||||||
@ -369,7 +369,7 @@ function test_via_ir_equivalence()
|
|||||||
|
|
||||||
diff_values "$bin_output_two_stage" "$bin_output_via_ir" --ignore-space-change --ignore-blank-lines
|
diff_values "$bin_output_two_stage" "$bin_output_via_ir" --ignore-space-change --ignore-blank-lines
|
||||||
|
|
||||||
popd
|
popd > /dev/null
|
||||||
rm -r "$SOLTMPDIR"
|
rm -r "$SOLTMPDIR"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user