We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97fb8a commit c8089abCopy full SHA for c8089ab
test_e2e.sh
@@ -18,6 +18,7 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
+# shellcheck disable=SC2120
22
function caller() {
23
local stack_skip=${1:-0}
24
stack_skip=$((stack_skip + 1))
0 commit comments