chiark / gitweb /
dgit-repos-server: call tag tags "headers" in error messages
[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"