diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:40:27 -0700 |
---|---|---|
committer | Ondřej Čertík <ondrej@certik.us> | 2020-01-12 15:41:08 -0700 |
commit | 8547d5b5c31d9b2f5bde16965027c2feffa01f9c (patch) | |
tree | 9422ca334f8822d17f205f4e0b8ecb34883874d7 | |
parent | 99847aa3ca84a507758f0fe690c062064e393b57 (diff) | |
download | fpm-8547d5b5c31d9b2f5bde16965027c2feffa01f9c.tar.gz fpm-8547d5b5c31d9b2f5bde16965027c2feffa01f9c.zip |
Run the test
-rwxr-xr-x | run_tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh index d47133b..8a517cc 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -7,3 +7,9 @@ fpm=$(pwd)/target/debug/fpm cd tests/1 ${fpm} build ${fpm} run +cd ../.. + +cd tests/2 +${fpm} build +${fpm} run +cd ../.. |