diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2022-06-29 21:10:20 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2022-07-06 15:24:53 -0400 |
| commit | d19a5ea868968ddf1ad65fee1e7a85191388aa69 (patch) | |
| tree | 1222df819b0f61bba8efce064b36db9f45d745d3 | |
| parent | 16ca66d66439a29b38369e60ba7259b338fbedfc (diff) | |
| download | rust-d19a5ea868968ddf1ad65fee1e7a85191388aa69.tar.gz rust-d19a5ea868968ddf1ad65fee1e7a85191388aa69.zip | |
Fix all command
| -rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh index 5258775a6d5..594b63dfd0d 100755 --- a/test.sh +++ b/test.sh @@ -324,7 +324,7 @@ function all() { } if [ ${#funcs[@]} -eq 0 ]; then - echo "No command passed, running `--all`..." + echo "No command passed, running '--all'..." all else for t in ${funcs[@]}; do |
