mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
ndb autotest - merge jebs fixes
ndb/test/run-test/ndb-autotest.sh: fix eval merge jeb's fix
This commit is contained in:
parent
90300c071a
commit
8cf4e0c86b
1 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ fi
|
|||
for i in $vars
|
||||
do
|
||||
t=`echo echo \\$$i`
|
||||
if [ -z `eval $t` ]
|
||||
if [ -z "`eval $t`" ]
|
||||
then
|
||||
echo "Invalid config: $conf, variable $i is not set"
|
||||
exit
|
||||
|
|
@ -301,8 +301,8 @@ choose_conf(){
|
|||
echo "$test_dir/conf-$1.txt"
|
||||
else
|
||||
echo "Unable to find conf file looked for" 1>&2
|
||||
echo "$testdir/conf-$1-$HOST.txt and" 1>&2
|
||||
echo "$testdir/conf-$1.txt" 1>&2
|
||||
echo "$test_dir/conf-$1-$HOST.txt and" 1>&2
|
||||
echo "$test_dir/conf-$1.txt" 1>&2
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue