File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1553,7 +1553,7 @@ jobs:
1553
1553
- name : Baseline is correct
1554
1554
run : |
1555
1555
cd semver
1556
- EXPECTED="$(echo -e " Checking ref_slice v1.2.1 -> v1.2.1 (no change)")"
1556
+ EXPECTED="$(echo -e " Checking ref_slice v1.2.1 -> v1.2.1 (minimum patch change)")"
1557
1557
# Strip ANSI escapes for colors and bold text before comparing.
1558
1558
RESULT="$(grep ' -> v1.' output | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")"
1559
1559
diff <(echo "$RESULT") <(echo "$EXPECTED")
@@ -1653,7 +1653,7 @@ jobs:
1653
1653
- name : Baseline is correct
1654
1654
run : |
1655
1655
cd semver
1656
- $EXPECTED = " Checking ref_slice v1.2.1 -> v1.2.1 (no change)"
1656
+ $EXPECTED = " Checking ref_slice v1.2.1 -> v1.2.1 (minimum patch change)"
1657
1657
# Strip ANSI escapes for colors and bold text before comparing.
1658
1658
cat output | grep ' -> v1.' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | Out-File -FilePath check_line
1659
1659
cat check_line
You can’t perform that action at this time.
0 commit comments