Circlean/run_tests.sh

12 lines
87 B
Bash
Executable File

#!/bin/bash
set -e
./mount_image.sh ./copy_to_final.sh
pushd tests/
./run.sh
popd