diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-06-05 13:44:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 13:44:15 +0100 |
commit | 6fc695ffb7549444b36353c920aeb4f6820b14b8 (patch) | |
tree | cb17a4e6179cc59690a5404fed74e7491bbe4e59 /ci/run_tests.sh | |
parent | 831ab078d07b2881c5d7fb4318185f3a06192722 (diff) | |
parent | 845217f13a23de91021ba393ef432d68683af282 (diff) | |
download | fpm-6fc695ffb7549444b36353c920aeb4f6820b14b8.tar.gz fpm-6fc695ffb7549444b36353c920aeb4f6820b14b8.zip |
Merge branch 'master' into master
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 9 |
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 |