summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_slay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_slay.sh')
-rwxr-xr-xbin/reproducible_slay.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_slay.sh b/bin/reproducible_slay.sh
index 81fe5528..a6fceae2 100755
--- a/bin/reproducible_slay.sh
+++ b/bin/reproducible_slay.sh
@@ -3,10 +3,11 @@
# Copyright 2015 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-set -e
+set +e
# usually called by /srv/jenkins/bin/reproducible_cleanup_nodes.sh
# this script just kills everyone…
+sudo killall timeout # all builds are done using timeout
sudo slay 1111
sudo slay 2222
pgrep -u 1111,2222