summaryrefslogtreecommitdiff
path: root/test/regress/run_regression
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2013-04-30 10:10:38 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2013-04-30 10:11:03 -0400
commit2bce108ebe25f7a4b5996cf3fde5eda77564f52e (patch)
tree11d4234c780e56ccfcb3576c770215a90fd02fd8 /test/regress/run_regression
parente070c4a6d716407916c65a66ea9f019d1681ae8e (diff)
add decision_attributes.h for make dist
Diffstat (limited to 'test/regress/run_regression')
-rwxr-xr-xtest/regress/run_regression2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/run_regression b/test/regress/run_regression
index 475cce431..084df6ac9 100755
--- a/test/regress/run_regression
+++ b/test/regress/run_regression
@@ -10,6 +10,8 @@
# Runs benchmark and checks for correct exit status and output.
#
+# ulimit -t 1 # For detecting long running regressions
+
prog=`basename "$0"`
if [ $# -lt 2 ]; then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback