Skip to content

Commit

Permalink
Auto merge of rust-lang#2700 - RalfJung:begingroup, r=RalfJung
Browse files Browse the repository at this point in the history
CI: fix begingroup printing
  • Loading branch information
bors committed Nov 27, 2022
2 parents 144b485 + b20efbd commit 5a14c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/miri/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

function begingroup {
echo "::group::$1"
echo "::group::$@"
set -x
}

Expand Down

0 comments on commit 5a14c5a

Please sign in to comment.