Fix shell-script tests
The tests expected the source directory to contain the executables.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
$test_dir/non_native_setup $test_name
|
||||
|
||||
$PWD/non_native_setup $test_name
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo "configuring maxscale failed"
|
||||
|
Reference in New Issue
Block a user