diff options
author | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 11:33:36 -0500 |
---|---|---|
committer | Brad Richardson <everythingfunctional@protonmail.com> | 2020-10-14 11:33:36 -0500 |
commit | ef7cbcd4014e9b81a57d9f16564623d4073b461d (patch) | |
tree | 97c4ab9897dac4522c5bd2975fc52ce55754d875 /ci/run_tests.bat | |
parent | 3b99bdf29c1ce031db897f142feb680bc8e9b040 (diff) | |
download | fpm-ef7cbcd4014e9b81a57d9f16564623d4073b461d.tar.gz fpm-ef7cbcd4014e9b81a57d9f16564623d4073b461d.zip |
Fix CI after moving example packages
Diffstat (limited to 'ci/run_tests.bat')
-rwxr-xr-x | ci/run_tests.bat | 4 |
1 files changed, 2 insertions, 2 deletions
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 |