We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f51dc commit 59f6cd6Copy full SHA for 59f6cd6
tests/scripts/all_tests.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
set -eEuo pipefail
3
4
+if [ -d "./testoutput" ]; then rm -Rf ./testoutput; fi
5
+
6
BASEDIR=./tests/scripts
7
8
sh ${BASEDIR}/tiff_cubing.sh
@@ -20,4 +22,4 @@ sh ${BASEDIR}/in_memory_downsampled_cubing.sh
20
22
sh ${BASEDIR}/in_place_compression.sh
21
23
sh ${BASEDIR}/simple_anisotropic_tiff_cubing.sh
24
-rm -r testdata/tiff_mag_2_reference/
25
+rm -r testdata/tiff_mag_2_reference/
0 commit comments