test_streams.sh: Improve error message

This commit is contained in:
Erik de Castro Lopo
2015-09-09 15:49:11 +10:00
parent 9be32a538f
commit bb6f643fdc

View File

@@ -42,7 +42,7 @@ run_flac ()
echo "Generating streams..." echo "Generating streams..."
if [ ! -f wacky1.wav ] ; then if [ ! -f wacky1.wav ] ; then
test_streams || die "ERROR during test_streams" test_streams || die "ERROR: missing files"
fi fi
# #