diff options
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 |