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
7afe3f73ab
commit
e1327afdca
@ -237,7 +237,7 @@ function external_test
|
||||
|
||||
printTask "Testing $name..."
|
||||
echo "==========================="
|
||||
DIR=$(mktemp -d)
|
||||
DIR=$(mktemp -d -t "ext-test-${name}-XXXXXX")
|
||||
(
|
||||
if [ -z "$main_fn" ]; then
|
||||
printError "Test main function not defined."
|
||||
|
Loading…
Reference in New Issue
Block a user