diff options
author | Marko Kreen | 2007-08-12 10:58:31 +0000 |
---|---|---|
committer | Marko Kreen | 2007-08-12 10:58:31 +0000 |
commit | f7577eea21e42d53859fea147940af2f88efd636 (patch) | |
tree | 9ebffae172fa2d89671de32370955b7956d7f9c0 | |
parent | a2ea97035d1034fc2dea701817e15c2deedbbdff (diff) |
tests/scripts: gen db also
-rwxr-xr-x | tests/scripts/run-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scripts/run-tests.sh b/tests/scripts/run-tests.sh index b9223e18..a8ab1ae2 100755 --- a/tests/scripts/run-tests.sh +++ b/tests/scripts/run-tests.sh @@ -2,6 +2,8 @@ . ./env.sh +./gendb.sh + pgqadm.py -d conf/ticker.ini ticker queue_mover.py -d conf/mover.ini cube_dispatcher.py -d conf/cube.ini |