diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-07-10 22:20:39 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2017-07-10 22:20:39 (GMT) |
commit | 32b0d6ca9f95fe46c2e52b58cabd4f5af4c107d3 (patch) | |
tree | a690503f01342b3068a6b3d19981018157ca0a7f /testpar/t_bigio.c | |
parent | 0c4c562cc583fd814f26ba652cbcf82dc6d33cac (diff) | |
download | hdf5-32b0d6ca9f95fe46c2e52b58cabd4f5af4c107d3.zip hdf5-32b0d6ca9f95fe46c2e52b58cabd4f5af4c107d3.tar.gz hdf5-32b0d6ca9f95fe46c2e52b58cabd4f5af4c107d3.tar.bz2 |
Fix up the ExpressMode check for skipping slow running tests.
Diffstat (limited to 'testpar/t_bigio.c')
-rw-r--r-- | testpar/t_bigio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_bigio.c b/testpar/t_bigio.c index 830ea54..a4a1323 100644 --- a/testpar/t_bigio.c +++ b/testpar/t_bigio.c @@ -2132,7 +2132,7 @@ int main(int argc, char **argv) dataset_big_read(); MPI_Barrier(MPI_COMM_WORLD); - if (ExpressMode > 1) { + if (ExpressMode > 0) { printf("***Express test mode on. Several tests are skipped\n"); } else { |