]> git.sur5r.net Git - bacula/bacula/blob - regress/do_disk_no_setup
Fix typo
[bacula/bacula] / regress / do_disk_no_setup
1 #!/bin/sh
2 echo " " >test.out
3 cat build/config.out >>test.out
4 echo " " >>test.out
5 echo "Test results" >>test.out
6 echo " " >>test.out
7 ./starttime
8 nice ./all-disk-tests
9 echo " "
10 echo "End do_file tests"
11 echo "End do_file tests" >>test.out
12 scripts/cleanup
13 cat test.out
14 ./endtime