tmp file
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
tmp=$(mktemp -d)
|
||||
testdir=$tmp/tests
|
||||
mkdir -p $testdir
|
||||
|
||||
set +e
|
||||
../../urchin -n -t $testdir
|
||||
e=$?
|
||||
set -e
|
||||
|
||||
rm -R $tmp
|
||||
exit $e
|
||||
|
||||
Reference in New Issue
Block a user