aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorBrad Richardson <everythingfunctional@protonmail.com>2020-10-28 13:46:17 -0500
committerGitHub <noreply@github.com>2020-10-28 13:46:17 -0500
commit2687745c39f6b4525ca45e8a272db56af7669965 (patch)
tree15fe5d6d81a472e731775d093f405cef22d2e617 /ci/run_tests.sh
parent5d122c2854dbec1470a660bf80cd0544a8806a78 (diff)
parentc5b80a3ce0503d12d3a9fea5b520ca9ab5ac0479 (diff)
downloadfpm-2687745c39f6b4525ca45e8a272db56af7669965.tar.gz
fpm-2687745c39f6b4525ca45e8a272db56af7669965.zip
Merge branch 'master' into compiler_and_flags
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index df7fb24..625f37b 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -17,10 +17,11 @@ set -ex
cd fpm
fpm build
fpm run
+rm -rf fpm_scratch_*/
fpm test
+rm -rf fpm_scratch_*/
f_fpm_path="$(get_abs_filename $(find build -regex 'build/.*/app/fpm'))"
-
"${f_fpm_path}"
cd ../example_packages/hello_world