We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f49dd commit 0eeae18Copy full SHA for 0eeae18
tests/suffix.sh
@@ -31,7 +31,7 @@ if [ "$file_count" -eq 22 ];
31
then
32
success "Found files with correct suffix"
33
else
34
- error "Suffix not correctly used"
+ error "Suffix not correctly used, got $file_count files"
35
exit 1
36
fi
37
0 commit comments