Skip to content

Commit a0b3d63

Browse files
committed
🎉
1 parent ced2275 commit a0b3d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gcc -O2 -std=c99 -pedantic -Wall -o a.out "$1" -lm
1818

1919
if [[ $? -ne 0 ]]; then
2020
echo
21-
echo "${RED}Compilation failed.${ENDCOLOR}"
21+
echo -e "${RED}Compilation failed.${ENDCOLOR}"
2222
exit 1
2323
else
2424
readarray -d '' infiles < <(printf '%s\0' ./tests/*.in | sort -zV)

0 commit comments

Comments
 (0)