Skip to content

Commit 5a14c5a

Browse files
committed
Auto merge of rust-lang#2700 - RalfJung:begingroup, r=RalfJung
CI: fix begingroup printing
2 parents 144b485 + b20efbd commit 5a14c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
function begingroup {
5-
echo "::group::$1"
5+
echo "::group::$@"
66
set -x
77
}
88

0 commit comments

Comments
 (0)