Skip to content

Commit accc6c0

Browse files
committed
Output expected % regardless
1 parent 94b7758 commit accc6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/smoke_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run_tree_sitter () {
3737
echo $actual
3838
if (( $(echo "$actual >= $expected" |bc -l) )); then
3939
# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-creating-an-annotation-for-an-error
40-
echo -e "::notice file=grammar.js,line=1::ok, ${source_dir}: ${actual}%"
40+
echo -e "::notice file=grammar.js,line=1::ok, ${source_dir}: ${actual}%, expected at least $expected%"
4141
else
4242
echo -e "::error file=grammar.js,line=1::${source_dir}: expected ${expected}, but got ${actual} instead"
4343
failed=$((failed + 1))

0 commit comments

Comments
 (0)