Remove the workdir in each test run
Ensures the scripts are also rebuilt.
This commit is contained in:
parent
c2b6bfd3a8
commit
7089db0bd0
@ -15,11 +15,10 @@ tracedir="${workdir}/ovni"
|
||||
emubin="${OVNI_BUILD_DIR}/ovniemu"
|
||||
sortbin="${OVNI_BUILD_DIR}/ovnisort"
|
||||
|
||||
rm -rf "${workdir}"
|
||||
mkdir -p "${workdir}"
|
||||
cd "${workdir}"
|
||||
|
||||
rm -rf "$tracedir"
|
||||
|
||||
if [ -z "$OVNI_NPROCS" ]; then
|
||||
OVNI_NPROCS=1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user