Circlean/run_tests.sh

12 lines
87 B
Bash
Raw Permalink Normal View History

2014-03-27 00:02:48 +01:00
#!/bin/bash
2014-03-27 18:57:00 +01:00
set -e
./mount_image.sh ./copy_to_final.sh
2014-03-27 00:02:48 +01:00
pushd tests/
./run.sh
popd