diff --git a/Readme.md b/Readme.md index d1493c5..3f4de37 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -Tester - catch fsanitize signals - create line that replaces -Wextra with "-g -fsanitize=address" - check for -Wall -Werror -Wextra +##Tester +catch fsanitize signals +create line that replaces -Wextra with "-g -fsanitize=address" +check for -Wall -Werror -Wextra diff --git a/test.sh b/test.sh index 2fa02c1..1c3809b 100755 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ # By: houtworm // \ \ __| | | \ \/ / # # (| | )|_| |_| |> < # # Created: 2023/02/20 12:46:46 by houtworm /'\_ _/`\__|\__,_/_/\_\ # -# Updated: 2023/02/23 11:37:38 by houtworm \___)=(___/ # +# Updated: 2023/03/01 17:08:17 by houtworm \___)=(___/ # # # # **************************************************************************** # @@ -33,7 +33,6 @@ checkfile() if [ $? -ne $2 ] then printf "\e[1;31mMakefile does not create $1\e[0;00m\n" - rm -rf tests/files exit 1 fi }