From 35d48cb338120065d0b771f520fc4f11d58d3fdd Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Fri, 22 Apr 2016 14:45:00 +0100 Subject: [PATCH] Fix missing cleanup in all.sh --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 5ecf868b3..c3b708f03 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -191,6 +191,7 @@ tests/ssl-opt.sh msg "build: cmake, full config, clang" # ~ 50s cleanup +cp "$CONFIG_H" "$CONFIG_BAK" scripts/config.pl full scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests CC=clang cmake -D CMAKE_BUILD_TYPE:String=Check .