Fix shell-script tests

The tests expected the source directory to contain the executables.
This commit is contained in:
Markus Mäkelä
2018-05-10 23:53:53 +03:00
parent ed2d0f4a5b
commit 16b777ad17
11 changed files with 12 additions and 11 deletions

View File

@ -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"