about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2022-06-29 21:10:20 -0400
committerAntoni Boucher <bouanto@zoho.com>2022-07-06 15:24:53 -0400
commitd19a5ea868968ddf1ad65fee1e7a85191388aa69 (patch)
tree1222df819b0f61bba8efce064b36db9f45d745d3
parent16ca66d66439a29b38369e60ba7259b338fbedfc (diff)
downloadrust-d19a5ea868968ddf1ad65fee1e7a85191388aa69.tar.gz
rust-d19a5ea868968ddf1ad65fee1e7a85191388aa69.zip
Fix all command
-rwxr-xr-xtest.sh2
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