Fix path to test.monitor.sql in run_tests

This commit is contained in:
Kyle Johnson 2014-06-27 08:06:04 -04:00
parent 5d81f59e3a
commit 2e12a5fee7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ with_timestamps() {
}
run_tests() {
mysql -uzmuser -pzmpass zm < db/test.monitor.sql
mysql -uzmuser -pzmpass zm < ../../db/test.monitor.sql
sudo zmpkg.pl start
sudo zmfilter.pl -f purgewhenfull
}