Circlean/run_tests.sh

12 lines
71 B
Bash
Executable File

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