File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ if [[ "$1" == "individual-shell-tools" ]]; then
2626 total=$(( $total - 1 ))
2727 else
2828 echo " Failed $directory$exercise , please either attempt again or have the volunteer check this." >> ../../testoutput.txt
29+ echo " Failed $directory$exercise , please check" >> ../../testoutput.txt
2930 fi
3031 fi
3132 done
@@ -58,6 +59,7 @@ elif [[ "$1" == "shell-pipelines" ]]; then
5859 pass=$(( $pass + 1 ))
5960 else
6061 echo " Failed $directory$exercise , please either attempt again or have the volunteer check this." >> ../../testoutput.txt
62+ echo " Failed $directory$exercise , please check" >> ../../testoutput.txt
6163 fi
6264 done
6365 cd ..
@@ -87,6 +89,7 @@ elif [[ "$1" == "jq" ]]; then
8789 pass=$(( $pass + 1 ))
8890 else
8991 echo " Failed $directory$exercise , please either attempt again or have the volunteer check this." >> ../../testoutput.txt
92+ echo " Failed $directory$exercise , please check" >> ../../testoutput.txt
9093 fi
9194 done
9295 cd ..
@@ -120,6 +123,7 @@ elif [[ "$1" == "number-systems" ]]; then
120123 pass=$(( $pass + 1 ))
121124 else
122125 echo " Please try Q$question again, or have the volunteer check this." >> testoutput.txt
126+ echo " Q$question incorrect, please check" >> testoutput.txt
123127 fi
124128 rm answerfile
125129 done
You can’t perform that action at this time.
0 commit comments