We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7718241 commit 010dfb9Copy full SHA for 010dfb9
1 file changed
tests/all.sh
@@ -17,6 +17,7 @@ set -euo pipefail
17
[ -n "${DEBUG:-}" ] && set -x
18
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
19
20
+# shellcheck disable=SC1090
21
. "$srcdir/utils.sh"
22
23
# imported by utils.sh above
0 commit comments