summaryrefslogtreecommitdiffstats
path: root/.github/mock.sh
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-25 12:02:14 +0200
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-10-25 12:02:14 +0200
commit903773eb9c3cc2079187dc99c7b48662148ff679 (patch)
tree2ba8813b47203e6b7c554435e3f32de97e54f5d0 /.github/mock.sh
parentc7de721c4fb575e4f73e7f6f928dcad81cf269a0 (diff)
downloadmonitoring-plugins-903773eb9c3cc2079187dc99c7b48662148ff679.tar.gz
Add sanity options to test prepare scripts
Diffstat (limited to '.github/mock.sh')
-rwxr-xr-x.github/mock.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/mock.sh b/.github/mock.sh
index 7fbe6903..8da147ec 100755
--- a/.github/mock.sh
+++ b/.github/mock.sh
@@ -2,6 +2,8 @@
2 2
3set -x 3set -x
4 4
5set -euo pipefail
6
5export DEBIAN_FRONTEND=noninteractive 7export DEBIAN_FRONTEND=noninteractive
6 8
7BASE_PATH="/src" 9BASE_PATH="/src"