aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/waitforsilence
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/customer-tests/waitforsilence')
-rwxr-xr-xlibcontextsubscriber/customer-tests/waitforsilence2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/customer-tests/waitforsilence b/libcontextsubscriber/customer-tests/waitforsilence
index 6489f557..d96fc4f0 100755
--- a/libcontextsubscriber/customer-tests/waitforsilence
+++ b/libcontextsubscriber/customer-tests/waitforsilence
@@ -3,7 +3,7 @@
# Wait until the load is below 2, but not more than 2 minutes. Plus, dump
# some information for post-mortem troubleshooting.
-exec >/tmp/xyzzy.log 2>&1;
+exec >/tmp/xyzzy.log 2>&1 </dev/null;
echo ==== PWD ====; pwd;
echo ==== UPTIME ====; uptime;
echo ==== PS ====; ps;