We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889fd6b commit 65f1c24Copy full SHA for 65f1c24
1 file changed
test-sdc.sh
@@ -87,7 +87,7 @@ elif [[ "$1" == "jq" ]]; then
87
if [ $? -eq 0 ]; then
88
pass=$(($pass+1))
89
else
90
- echo "Failed $directory$exercise, please check" >> ../../testoutput.txt
+ echo "Failed $exercise, please check" >> ../testoutput.txt
91
fi
92
done
93
cd ..
0 commit comments