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 2c1b62e commit 66c134fCopy full SHA for 66c134f
ctest.sh
@@ -46,7 +46,7 @@ else
46
if [ -t 1 ]; then echo -e "${GREEN}You have passed all tests! \(ᵔᵕᵔ)/${ENDCOLOR}"
47
else echo "All tests passed!"; fi
48
elif [ $PASSED -eq $(($len-1)) ]; then
49
- if [ -t 1]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. Almost there...! (◎_◎)${ENDCOLOR}"
+ if [ -t 1 ]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. Almost there...! (◎_◎)${ENDCOLOR}"
50
else echo -e "Passed $PASSED out of $len tests."; fi
51
else
52
if [ -t 1 ]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. (._.)${ENDCOLOR}"
example.jpg
49 KB
0 commit comments