From 3726ca3eeed20c6ad7699141fb6ed4fc64d541a0 Mon Sep 17 00:00:00 2001 From: "init current directory[i]" Date: Sat, 17 Oct 2020 21:02:22 -0400 Subject: change test scripts in ci/ to remove scratch directories for new-test --- ci/run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index adff2b3..7568b46 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,7 +5,9 @@ set -ex cd fpm fpm build fpm run +rm -rf fpm_scratch_*/ fpm test +rm -rf fpm_scratch_*/ build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world -- cgit v1.2.3