Fix cleanup of test packages.
This commit is contained in:
parent
3a9b977dc4
commit
4f706e0ff9
|
@ -21,6 +21,6 @@ fi
|
||||||
if [ ${RUN_TEST=1} -eq 1 ]; then
|
if [ ${RUN_TEST=1} -eq 1 ]; then
|
||||||
for ex in `\ls -1 tests/`; do
|
for ex in `\ls -1 tests/`; do
|
||||||
echo "[INFO] Running test $ex"
|
echo "[INFO] Running test $ex"
|
||||||
(cd tests && dub --compiler=$DC --single $ex && dub clean)
|
(cd tests && dub --compiler=$DC --single $ex && rm -r .dub test)
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue