aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-06-05 13:44:15 +0100
committerGitHub <noreply@github.com>2021-06-05 13:44:15 +0100
commit6fc695ffb7549444b36353c920aeb4f6820b14b8 (patch)
treecb17a4e6179cc59690a5404fed74e7491bbe4e59 /ci/run_tests.sh
parent831ab078d07b2881c5d7fb4318185f3a06192722 (diff)
parent845217f13a23de91021ba393ef432d68683af282 (diff)
downloadfpm-6fc695ffb7549444b36353c920aeb4f6820b14b8.tar.gz
fpm-6fc695ffb7549444b36353c920aeb4f6820b14b8.zip
Merge branch 'master' into master
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index ffcd9c2..9db88e8 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -13,11 +13,10 @@ fi
pushd example_packages/
rm -rf ./*/build
-pushd hello_world
-"$fpm" build
-"$fpm" run --target hello_world
-"$fpm" run
-popd
+dir=hello_world
+"$fpm" -C $dir build
+"$fpm" -C $dir run --target hello_world
+"$fpm" -C $dir/app run
pushd hello_fpm
"$fpm" build