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:
parent
052b9c07f3
commit
3bfc95b3c2
@ -5,6 +5,6 @@ FQ="$1"
|
||||
shift
|
||||
|
||||
for f in "$@"; do
|
||||
echo "$f"
|
||||
echo "testjq $f"
|
||||
"$FQ" -nr -L "$(dirname "$f")" -f "$f"
|
||||
done
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user