summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-03-12 18:53:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-03-12 18:53:15 (GMT)
commit9978c917123901694e25adfd637ae595c3b114f5 (patch)
tree830444028c64b1ed83a225bfe09c96c98cb70643 /test/testframe.c
parent6fb96043f32e90e78b8511f1ee43ea48d19f5ec5 (diff)
downloadhdf5-9978c917123901694e25adfd637ae595c3b114f5.zip
hdf5-9978c917123901694e25adfd637ae595c3b114f5.tar.gz
hdf5-9978c917123901694e25adfd637ae595c3b114f5.tar.bz2
[svn-r23343] HDFFV-8322: for valgrind testing, split-up testhdf5 tests by excluding and running long running tests separately.
Merged from trunk. 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 11a9e99..304b9c7 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -159,8 +159,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");