summaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-llvm-testsuite.sh')
-rwxr-xr-xtcwg-llvm-testsuite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-llvm-testsuite.sh b/tcwg-llvm-testsuite.sh
index d6bf0cf6..e1af1d93 100755
--- a/tcwg-llvm-testsuite.sh
+++ b/tcwg-llvm-testsuite.sh
@@ -9,6 +9,7 @@ set -o pipefail
set -u
BASEDIR=$(dirname "$(readlink -f "$0")")
+# shellcheck disable=SC1090
. "$BASEDIR/tcwg-llvm-common.sh"
# Syntax
@@ -24,6 +25,7 @@ NT_FLAGS=""
# Command line parsing
while [ "$#" -gt 0 ]; do
+ # shellcheck disable=SC2162
IFS="=" read ARG VAL <<< "$1"
case "$ARG" in
--workspace)