1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/bin/bash set -ex fpm=$(pwd)/target/debug/fpm cd tests/1 ${fpm} build ${fpm} run cd ../.. cd tests/2 ${fpm} build ${fpm} run cd ../..