commit | 35d48cb338120065d0b771f520fc4f11d58d3fdd | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Fri Apr 22 14:45:00 2016 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Fri Apr 22 14:45:00 2016 +0100 |
tree | 3decec0ddd8fe85286e16562451c9204362debfc | |
parent | 956420d6e6c0d41b0572a84c67c43f511e8ecb20 [diff] |
Fix missing cleanup in all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 5ecf868..c3b708f 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -191,6 +191,7 @@ 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 .