diff options
author | joreland@mysql.com <> | 2005-02-22 12:17:27 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-02-22 12:17:27 +0100 |
commit | 4eaf1db4b80d310ce15582ec6c676b1d95afa7eb (patch) | |
tree | 7608ec5c77a6630dfeb72ec8845fb369a0abf951 /ndb/test | |
parent | 8195e44c9ce3094d62fb0a9b7b1881281a7b4a7c (diff) | |
parent | 06b4b999321ec0b1e2cd0e9add3c3d396c1c888c (diff) | |
download | mariadb-git-4eaf1db4b80d310ce15582ec6c676b1d95afa7eb.tar.gz |
Merge mysql.com:/home/jonas/src/fix
into mysql.com:/home/jonas/src/mysql-5.0
Diffstat (limited to 'ndb/test')
-rwxr-xr-x | ndb/test/run-test/ndb-autotest.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ndb/test/run-test/ndb-autotest.sh b/ndb/test/run-test/ndb-autotest.sh index 039f1bf914e..397df97d52f 100755 --- a/ndb/test/run-test/ndb-autotest.sh +++ b/ndb/test/run-test/ndb-autotest.sh @@ -182,8 +182,10 @@ start(){ [ "`find . -name 'result*'`" ] && mv result* $3 cd $3 sh $html . $1 $DATE - cd ../.. - tar cvz /tmp/res.$$.tgz `basename $3`/$DATE + cd .. + p2=`pwd` + cd .. + tar cfz /tmp/res.$$.tgz `basename $p2`/$DATE scp /tmp/res.$$.tgz $result_host:$result_path ssh $result_host "cd $result_path && tar xfz res.$$.tgz && rm -f res.$$.tgz" rm -f /tmp/res.$$.tgz |