Skip to content

Commit 684a7ef

Browse files
author
MartinBuessemeyer
committed
changed test verbose commands args to silent
1 parent dc296a8 commit 684a7ef

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/scripts/compression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docker run \
44
--rm \
55
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
66
wkcuber.compress \
7-
--verbose \
7+
--silent \
88
--jobs 2 \
99
--layer_name color \
1010
/testoutput/tiff /testoutput/tiff_compress

tests/scripts/downsampling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docker run \
44
--rm \
55
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
66
wkcuber.downsampling \
7-
--verbose \
7+
--silent \
88
--jobs 2 \
99
--max 8 \
1010
--buffer_cube_size 128 \

tests/scripts/in_place_compression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker run \
55
--rm \
66
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
77
wkcuber.compress \
8-
--verbose \
8+
--silent \
99
--jobs 2 \
1010
--layer_name color \
1111
/testoutput/tiff_compress2

tests/scripts/knossos_conversion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker run \
66
--rm \
77
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
88
wkcuber.convert_knossos \
9-
--verbose \
9+
--silent \
1010
--jobs 2 \
1111
--dtype uint8 \
1212
--layer_name color \

tests/scripts/simple_tiff_cubing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker run \
66
--rm \
77
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
88
wkcuber \
9-
--verbose \
9+
--silent \
1010
--jobs 2 \
1111
--batch_size 8 \
1212
--layer_name color \

tests/scripts/simple_tiff_cubing_no_compression.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker run \
66
--rm \
77
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
88
wkcuber \
9-
--verbose \
9+
--silent \
1010
--jobs 2 \
1111
--batch_size 8 \
1212
--layer_name color \

tests/scripts/tiff_cubing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker run \
66
--rm \
77
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
88
wkcuber.cubing \
9-
--verbose \
9+
--silent \
1010
--jobs 2 \
1111
--batch_size 8 \
1212
--layer_name color \

tests/scripts/tile_cubing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker run \
66
--rm \
77
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
88
wkcuber.tile_cubing \
9-
--verbose \
9+
--silent \
1010
--jobs 2 \
1111
--batch_size 8 \
1212
--layer_name color \

0 commit comments

Comments
 (0)