chiark / gitweb /
e2e2a6f517f51b5ae99df2e663a0afca90aaba13
[dgit.git] / tests / run-all
1 #!/bin/sh
2 set -e
3 # convenience script for running the tests outside adt-run
4 if [ $# = 0 ]; then
5         set `run-parts --list tests/tests`
6 fi
7 for f in $@; do
8         echo ==================================================
9         echo $f
10         $f
11         echo ==================================================
12 done
13 echo "ALL PASSED"