From ef7cbcd4014e9b81a57d9f16564623d4073b461d Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Wed, 14 Oct 2020 11:33:36 -0500 Subject: Fix CI after moving example packages --- ci/run_tests.bat | 4 ++-- ci/run_tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/run_tests.bat b/ci/run_tests.bat index 76e5349..d8a68b1 100755 --- a/ci/run_tests.bat +++ b/ci/run_tests.bat @@ -15,7 +15,7 @@ if errorlevel 1 exit 1 build\gfortran_debug\app\fpm if errorlevel 1 exit 1 -cd ..\test\example_packages\hello_world +cd ..\example_packages\hello_world if errorlevel 1 exit 1 ..\..\..\fpm\build\gfortran_debug\app\fpm build @@ -103,4 +103,4 @@ if errorlevel 1 exit 1 if errorlevel 1 exit 1 .\build\gfortran_debug\app\Program_with_module -if errorlevel 1 exit 1 \ No newline at end of file +if errorlevel 1 exit 1 diff --git a/ci/run_tests.sh b/ci/run_tests.sh index adff2b3..a443982 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -8,7 +8,7 @@ fpm run fpm test build/gfortran_debug/app/fpm -cd ../test/example_packages/hello_world +cd ../example_packages/hello_world ../../../fpm/build/gfortran_debug/app/fpm build ./build/gfortran_debug/app/hello_world -- cgit v1.2.3