diff options
author | unknown <joreland@mysql.com> | 2005-02-22 10:18:38 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-22 10:18:38 +0100 |
commit | 029f10dd85ebe9f3bfe29e2de9bbcec9d01743e7 (patch) | |
tree | e3b967b0d4816261100a7917f1837f4774d76ad6 /ndb/test/run-test/example.conf | |
parent | d81a0bede23ca74222252b6f43bd85ead5d7be2a (diff) | |
download | mariadb-git-029f10dd85ebe9f3bfe29e2de9bbcec9d01743e7.tar.gz |
wl1292 - ndb autotest scripts
split into script/conf for easier deployment
Diffstat (limited to 'ndb/test/run-test/example.conf')
-rw-r--r-- | ndb/test/run-test/example.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ndb/test/run-test/example.conf b/ndb/test/run-test/example.conf new file mode 100644 index 00000000000..1e152da332d --- /dev/null +++ b/ndb/test/run-test/example.conf @@ -0,0 +1,10 @@ +target=pc-linux-i686 +base_dir=/ndb +src_clone_base=mysqldev@bk-internal.mysql.com:/home/bk/mysql +run_dir=/space/autotest +build_dir=/ndb +hosts="ndb01 ndb02 ndb03 ndb04 ndb05 ndb06 ndb07 ndb08 ndb09 ndb10 ndb11 ndb12" +result_host="ndb.mysql.com" +result_path="public_html" +configure='CC=gcc CXX=gcc CFLAGS="-Wall -pedantic -Wno-long-long" CXXFLAGS="-Wall -pedantic -Wno-long-long" ./configure --with-ndbcluster --with-ndb-test --with-ndbcc-flags="-g -DERROR_INSERT"' + |