diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 38ea62870c..14cd9cfdf5 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -44,7 +44,7 @@ cleanup() { make clean - find -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+ + find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} \+ rm -f include/Makefile include/polarssl/Makefile programs/*/Makefile git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile git checkout -- Makefile library/Makefile programs/Makefile tests/Makefile