Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
tests/test: fix googler invocation in report_error
Browse files Browse the repository at this point in the history
  • Loading branch information
zmwangx committed Nov 14, 2019
1 parent 83bf875 commit ae4fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test_googler () {
printf 'failed with status %d.\033[0m\n' $last_status >&2
exitcode=1

(( rerun )) && { googler --noprompt -d "$@"; printf '\n\033[33m[Exit status] %d\033[0m\n' $?; } || :
(( rerun )) && { $googler --noprompt -d "$@"; printf '\n\033[33m[Exit status] %d\033[0m\n' $?; } || :
}

declare -g quiet
Expand Down

0 comments on commit ae4fc2c

Please sign in to comment.