1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 05:13:30 +03:00

test: Nicer test output

This commit is contained in:
Mattias Wadman 2021-09-19 11:58:37 +02:00
parent 052b9c07f3
commit 3bfc95b3c2
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,6 @@ FQ="$1"
shift
for f in "$@"; do
echo "$f"
echo "testjq $f"
"$FQ" -nr -L "$(dirname "$f")" -f "$f"
done

View File

@ -15,6 +15,7 @@ if which expect >/dev/null 2>&1; then
if [ $FAIL = "1" ]; then
exit 1
fi
echo "$0"
else
echo "skip as expect is not installed"
echo "$0: skip as expect is not installed"
fi