summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-03-06 17:26:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-03-06 17:26:48 (GMT)
commitdbd93b2c552a58353ec5af7fb4067e1f1e1b17dd (patch)
tree41e587ee238f661529042afaeb7c4f0a9d0cbc72 /test/testframe.c
parent110d933a5720f4d9ad84cee8eac0ada7e8ffc956 (diff)
downloadhdf5-dbd93b2c552a58353ec5af7fb4067e1f1e1b17dd.zip
hdf5-dbd93b2c552a58353ec5af7fb4067e1f1e1b17dd.tar.gz
hdf5-dbd93b2c552a58353ec5af7fb4067e1f1e1b17dd.tar.bz2
[svn-r23332] HDFFV-8322: for valgrind testing, split-up testhdf5 tests by excluding and running long running tests separately.
Tested: local linux
Diffstat (limited to 'test/testframe.c')
-rw-r--r--test/testframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testframe.c b/test/testframe.c
index 5835b73..8ab7a5b 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -155,8 +155,8 @@ void TestUsage(void)
print_func("Usage: %s [-v[erbose] (l[ow]|m[edium]|h[igh]|0-9)] %s\n",
TestProgName, (TestPrivateUsage ? "<extra options>" : ""));
- print_func(" [-[e]x[clude] name+] \n");
- print_func(" [-o[nly] name+] \n");
+ print_func(" [-[e]x[clude] name]+ \n");
+ print_func(" [-o[nly] name]+ \n");
print_func(" [-b[egin] name] \n");
print_func(" [-s[ummary]] \n");
print_func(" [-c[leanoff]] \n");