diff options
Diffstat (limited to 'hl/tools/h5watch/testh5watch.sh.in')
-rw-r--r-- | hl/tools/h5watch/testh5watch.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hl/tools/h5watch/testh5watch.sh.in b/hl/tools/h5watch/testh5watch.sh.in index 89fbf95..e325377 100644 --- a/hl/tools/h5watch/testh5watch.sh.in +++ b/hl/tools/h5watch/testh5watch.sh.in @@ -30,6 +30,10 @@ if [[ $rc != 0 ]] ; then exit 0 fi +echo "h5watch tests are skipped temporarily." +echo +exit 0 + H5WATCH=h5watch # The tool name H5WATCH_BIN=`pwd`/$H5WATCH # The path of H5WATCH EXTEND_DSET=extend_dset # Routine to extend the dataset when watching |