diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index e71d883..59724d5 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,7 +5,7 @@ set -ex cd fpm fpm build fpm run -./fpm +build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world -../../../fpm/fpm build +../../../fpm/build/gfortran_debug/app/fpm build ./hello_world |