aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-07-31 14:43:00 -0700
committerBrad Richardson <brichardson@structint.com>2020-07-31 14:43:00 -0700
commitd36859ab2742d1801266c538ab6d407cdaae9142 (patch)
tree81ae9745783b5750b423f09a001d6088f57ccffb /ci/run_tests.sh
parent6d32747c18c7c9b9c7395212c7092a38062bb6fa (diff)
downloadfpm-d36859ab2742d1801266c538ab6d407cdaae9142.tar.gz
fpm-d36859ab2742d1801266c538ab6d407cdaae9142.zip
Fix the CI scripts
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh4
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