about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-11-27 13:20:44 +0100
committerRalf Jung <post@ralfj.de>2022-11-27 13:20:44 +0100
commitb20efbd79f54cf5488f4b312db0ec64946234ec2 (patch)
treedb3dabd8c72529b0565a756c5134e98b061eb897
parent144b4859ad2c9fcee453f3a1000357e20ecad535 (diff)
downloadrust-b20efbd79f54cf5488f4b312db0ec64946234ec2.tar.gz
rust-b20efbd79f54cf5488f4b312db0ec64946234ec2.zip
CI: fix begingroup printing
-rwxr-xr-xsrc/tools/miri/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/ci.sh b/src/tools/miri/ci.sh
index e528be8b037..402b07df6cd 100755
--- a/src/tools/miri/ci.sh
+++ b/src/tools/miri/ci.sh
@@ -2,7 +2,7 @@
 set -euo pipefail
 
 function begingroup {
-  echo "::group::$1"
+  echo "::group::$@"
   set -x
 }