diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-06 12:05:14 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-06 12:05:14 +0000 |
| commit | 9263d30eec5cc7a206439fc54a9d5af88e63e587 (patch) | |
| tree | ba473a6755dd4f050a4437f9b058006b8422fd58 /test/env/standalone | |
| parent | 9bd66f4fd8f4a6918f6f1164ad7c5573067b68a1 (diff) | |
| download | zabbix-9263d30eec5cc7a206439fc54a9d5af88e63e587.tar.gz zabbix-9263d30eec5cc7a206439fc54a9d5af88e63e587.tar.xz zabbix-9263d30eec5cc7a206439fc54a9d5af88e63e587.zip | |
- [DEV-128] improvement of test data and scripts (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5452 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'test/env/standalone')
| -rwxr-xr-x | test/env/standalone/create_test.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/env/standalone/create_test.sh b/test/env/standalone/create_test.sh index bad94268..941b22a6 100755 --- a/test/env/standalone/create_test.sh +++ b/test/env/standalone/create_test.sh @@ -7,7 +7,7 @@ PROXY_PORT=11000 AGENT_PORT=12000 SERVER_PORT=13000 PROXY_NUM=2 -DEBUG=4 +DEBUG=3 echo Killing all processes killall zabbix_agentd 2>/dev/null @@ -27,14 +27,14 @@ mkdir $DEST/tmp 2>/dev/null echo Making binaries cd ../../.. -#./go +./go cd - cp ../../../sbin/* $DEST/sbin echo Recreating database -#echo "drop database trunk"|mysql -uroot -#echo "create database trunk"|mysql -uroot -#cat data.sql|mysql -uroot trunk +echo "drop database trunk"|mysql -uroot +echo "create database trunk"|mysql -uroot +cat data.sql|mysql -uroot trunk for ((i=1; i <= $PROXY_NUM ; i++)); do echo Processing proxy$i |
