Fix for mktemp failure on osx
Closes-Bug: #1404422 Change-Id: I445c2a24850059897b4e76ff29ef77f3baf84021
This commit is contained in:
parent
28f55cb1d0
commit
baf76c5986
@ -10,7 +10,7 @@
|
||||
# relative to the project directory. If no value is passed, it is assumed
|
||||
# to be packagename/tests.
|
||||
|
||||
TMP_DIR=`mktemp -d` || exit 1
|
||||
TMP_DIR=`mktemp -d debug-$$-XXX` || exit 1
|
||||
trap "rm -rf $TMP_DIR" EXIT
|
||||
|
||||
ALL_TESTS=$TMP_DIR/all_tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user