Fixed readwritesplit tests looking for test input in the wrong directory Updated the canonical query test expected output
7 lines
107 B
Bash
Executable File
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
|