1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00
QB64-PE/tests/run_dist_tests.sh
2022-04-28 17:21:58 -04:00

8 lines
99 B
Bash
Executable file

#!/bin/bash
result=0
./tests/assert.sh ./tests/dist_tests.sh "$1" "$2" || result=1
exit $result