Circlean/run_tests.sh

10 lines
63 B
Bash

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