Files
versitygw/tests/run_all.sh

8 lines
95 B
Bash
Executable File

#!/bin/bash
if ! ./tests/run.sh; then
exit 1
fi
if ! ./tests/run_static.sh; then
exit 1
fi