summaryrefslogtreecommitdiffstats
path: root/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.sh')
-rwxr-xr-xruntest.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtest.sh b/runtest.sh
new file mode 100755
index 00000000..c67b66a8
--- /dev/null
+++ b/runtest.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# Redirect stdout/stderr to /dev/null before invoking the given test
+
+exec $@ >/dev/null 2>&1