[llvm-commits] [test-suite] r154855 - /test-suite/trunk/RunSafely.sh
David Blaikie
dblaikie at gmail.com
Mon Apr 16 13:29:52 PDT 2012
Author: dblaikie
Date: Mon Apr 16 15:29:52 2012
New Revision: 154855
URL: http://llvm.org/viewvc/llvm-project?rev=154855&view=rev
Log:
Update usage comment to mention timeit parameter.
Modified:
test-suite/trunk/RunSafely.sh
Modified: test-suite/trunk/RunSafely.sh
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/RunSafely.sh?rev=154855&r1=154854&r2=154855&view=diff
==============================================================================
--- test-suite/trunk/RunSafely.sh (original)
+++ test-suite/trunk/RunSafely.sh Mon Apr 16 15:29:52 2012
@@ -25,7 +25,7 @@
# Syntax:
#
# RunSafely.sh [-r <rhost>] [-l <ruser>] [-rc <client>] [-rp <port>]
-# [-u <under>] [-nw]
+# [-u <under>] -t <timeit>
# <timeout> <exitok> <infile> <outfile> <program> <args...>
#
# where:
@@ -34,6 +34,7 @@
# <client> is the remote client used to execute the program
# <port> is the port used by the remote client
# <under> is a wrapper that the program is run under
+# <timeit> is a wrapper that is used to collect timing data
# <timeout> is the maximum number of seconds to let the <program> run
# <exitok> is 1 if the program must exit with 0 return code
# <infile> is a file from which standard input is directed
More information about the llvm-commits
mailing list