summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-01-06 14:54:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-01-06 14:54:03 (GMT)
commit7745151c3d15317d9bca38da7451571ede6d511b (patch)
tree870a1b007d7734f6b0255ee7070542bf0994c1b5 /test
parent1fd9429572a499022a125318b6b2c132504103c1 (diff)
downloadhdf5-7745151c3d15317d9bca38da7451571ede6d511b.zip
hdf5-7745151c3d15317d9bca38da7451571ede6d511b.tar.gz
hdf5-7745151c3d15317d9bca38da7451571ede6d511b.tar.bz2
[svn-r25959] Comment out printf statement as it caused system resource issues on Windows. Test now executes in 1/10 of time.
Tested: local linux and Windows
Diffstat (limited to 'test')
-rw-r--r--test/testmeta.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/testmeta.c b/test/testmeta.c
index a008cc7..e1d12e6 100644
--- a/test/testmeta.c
+++ b/test/testmeta.c
@@ -105,9 +105,11 @@ int main(void)
for(j=0; j<NDATAOBJECTS; j++)
{
- printf("\rWriting Object #%d of %d", j+1, NDATAOBJECTS);
- fflush(stdout);
-
+ /* Removed print statement as it would lock system resources on Windows */
+ /*
+ * printf("\rWriting Object #%d of %d", j+1, NDATAOBJECTS);
+ * fflush(stdout);
+ */
floatval = (float)j;
/* Create group to hold data arrays for this object */