Fix path to test.monitor.sql in run_tests
This commit is contained in:
parent
5d81f59e3a
commit
2e12a5fee7
|
@ -10,7 +10,7 @@ with_timestamps() {
|
||||||
}
|
}
|
||||||
|
|
||||||
run_tests() {
|
run_tests() {
|
||||||
mysql -uzmuser -pzmpass zm < db/test.monitor.sql
|
mysql -uzmuser -pzmpass zm < ../../db/test.monitor.sql
|
||||||
sudo zmpkg.pl start
|
sudo zmpkg.pl start
|
||||||
sudo zmfilter.pl -f purgewhenfull
|
sudo zmfilter.pl -f purgewhenfull
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue