We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0e318 commit 408e082Copy full SHA for 408e082
rewatch/tests/suffix.sh
@@ -31,7 +31,7 @@ if [ "$file_count" -eq 20 ];
31
then
32
success "Found files with correct suffix"
33
else
34
- error "Suffix not correctly used"
+ error "Suffix not correctly used (file count of $file_count)"
35
exit 1
36
fi
37
0 commit comments