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 27a325e commit c97fb8aCopy full SHA for c97fb8a
test_e2e.sh
@@ -36,7 +36,7 @@ function caller() {
36
}
37
38
function fail() {
39
- echo "FAIL: line $(caller "$@"):" "$@" >&3
+ echo "FAIL: line $(caller):" "$@" >&3
40
return 42
41
42
0 commit comments