Files
MaxScale/server/test/startmaxscale.sh
Markus Makela 0f07c9f08c Added hint tests
Fixed readwritesplit tests looking for test input in the wrong directory
Updated the canonical query test expected output
2014-09-15 09:27:47 +03:00

7 lines
107 B
Bash
Executable File

#!/bin/sh
killall -KILL maxscale
sleep 1
nohup $1/maxscale $2 &
trap "echo trap triggered." SIGABRT
exit 0