diff options
author | Thomas White <taw@physics.org> | 2024-09-05 17:08:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-10-09 16:47:49 +0200 |
commit | f9bab89c2cb05ba6c4d73ff661a3e040a2b2ac4c (patch) | |
tree | f6b44621673d78ac65fdc737e25a49a6d8aa5e3a | |
parent | 4a0d2a57174eda48b4651520ad3eeb348321fa93 (diff) |
tests/file-wait: Add --indexing=none
See 710de0f208d16429e839327e1d810b9676953ad1
-rwxr-xr-x | tests/file-wait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file-wait b/tests/file-wait index 22e86f52..dc4efa0f 100755 --- a/tests/file-wait +++ b/tests/file-wait @@ -27,7 +27,7 @@ fi make_link & echo "file_wait_input.h5" > file_wait_input.lst -$INDEXAMAJIG -i file_wait_input.lst -o file_wait_input.stream -g $GEOM --wait-for-file=10 +$INDEXAMAJIG -i file_wait_input.lst -o file_wait_input.stream -g $GEOM --indexing=none --wait-for-file=10 OUTVAL=$? wait |