]> git.sur5r.net Git - bacula/bacula/blob - regress/do_dev
Merge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula
[bacula/bacula] / regress / do_dev
1 #!/bin/sh
2 #
3 # Relatively small quick regression for developers to test
4 #  before committing
5 #
6 nice make setup
7 echo " " >test.out
8 cat build/config.out >>test.out
9 echo " " >>test.out
10 echo "Test results" >>test.out
11 echo " " >>test.out
12 ./starttime
13 nice ./all-dev-tests
14 echo " "
15 echo "End do_file tests"
16 echo "End do_file tests" >>test.out
17 scripts/cleanup
18 cat test.out
19 ./endtime