summaryrefslogtreecommitdiffstats
path: root/bin/chroot_tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot_tester.sh')
-rwxr-xr-xbin/chroot_tester.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chroot_tester.sh b/bin/chroot_tester.sh
index 94ab7de9..55852df8 100755
--- a/bin/chroot_tester.sh
+++ b/bin/chroot_tester.sh
@@ -19,6 +19,9 @@ SLEEP=$(shuf -i 1-10 -n 1)
echo "Sleeping $SLEEP seconds to randomize start times and parallel runs."
sleep $SLEEP
+#
+# default settings
+#
set -x
set -e
export LC_ALL=C