Added read/write split router tests to a part of makefile structure.

This commit is contained in:
VilhoRaatikka
2014-04-01 14:11:48 -07:00
parent 5e3ec5b3c8
commit ce5dc19ecc
6 changed files with 45 additions and 14 deletions

View File

@ -28,14 +28,9 @@ runtests:
@echo "" >> $(TESTLOG)
@echo "-------------------------------" >> $(TESTLOG)
@echo $(shell date) >> $(TESTLOG)
@echo "Test MaxScale R/W Split" >> $(TESTLOG)
@echo "Test Read/Write split router" >> $(TESTLOG)
@echo "-------------------------------" >> $(TESTLOG)
./rwsplit.sh $(TESTLOG) $(THOST) $(TPORT_RW) $(TMASTER_ID) $(TUSER) $(TPWD)
@echo "" >> $(TESTLOG)
pesce:
@echo "fine"