mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
externalTests: Use named tmp dirs
This commit is contained in:
parent
ed907561eb
commit
bc2402e76f
@ -251,7 +251,7 @@ function external_test
|
|||||||
|
|
||||||
printTask "Testing $name..."
|
printTask "Testing $name..."
|
||||||
echo "==========================="
|
echo "==========================="
|
||||||
DIR=$(mktemp -d)
|
DIR=$(mktemp -d -t "ext-test-${name}-XXXXXX")
|
||||||
(
|
(
|
||||||
if [ -z "$main_fn" ]; then
|
if [ -z "$main_fn" ]; then
|
||||||
printError "Test main function not defined."
|
printError "Test main function not defined."
|
||||||
|
Loading…
Reference in New Issue
Block a user