mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
ndb - autotest
fix to ndb-autotest.sh ndb/test/run-test/ndb-autotest.sh: Add bin/ to get access to ndb_cpcc
This commit is contained in:
parent
e9df53909e
commit
a2fe4d1bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ atrt=$test_dir/atrt
|
|||
html=$test_dir/make-html-reports.sh
|
||||
mkconfig=$run_dir/mysql-test/ndb/make-config.sh
|
||||
|
||||
PATH=$test_dir:$PATH
|
||||
PATH=$run_dir/bin:$test_dir:$PATH
|
||||
export PATH
|
||||
|
||||
filter(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue