Skip to content

Commit 65f1c24

Browse files
author
l
committed
fix jq tests
1 parent 889fd6b commit 65f1c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-sdc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ elif [[ "$1" == "jq" ]]; then
8787
if [ $? -eq 0 ]; then
8888
pass=$(($pass+1))
8989
else
90-
echo "Failed $directory$exercise, please check" >> ../../testoutput.txt
90+
echo "Failed $exercise, please check" >> ../testoutput.txt
9191
fi
9292
done
9393
cd ..

0 commit comments

Comments
 (0)