Skip to content

Commit 5700581

Browse files
author
MartinBuessemeyer
committed
removed silent flags in tests
1 parent ae7b3ff commit 5700581

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

tests/scripts/compression.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ docker run \
44
--rm \
55
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
66
wkcuber.compress \
7-
--silent \
87
--jobs 2 \
98
--layer_name color \
109
/testoutput/tiff /testoutput/tiff_compress

tests/scripts/downsampling.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ docker run \
44
--rm \
55
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
66
wkcuber.downsampling \
7-
--silent \
87
--jobs 2 \
98
--max 8 \
109
--buffer_cube_size 128 \

tests/scripts/in_place_compression.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ docker run \
55
--rm \
66
scalableminds/webknossos-cuber:${CIRCLE_BUILD_NUM} \
77
wkcuber.compress \
8-
--silent \
98
--jobs 2 \
109
--layer_name color \
1110
/testoutput/tiff_compress2

tests/scripts/knossos_conversion.sh

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

tests/scripts/simple_tiff_cubing.sh

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

tests/scripts/simple_tiff_cubing_no_compression.sh

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

tests/scripts/tiff_cubing.sh

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

tests/scripts/tile_cubing.sh

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

0 commit comments

Comments
 (0)