Commit 0bc55839 authored by unknown's avatar unknown

ndb - autotest

  fix name of result tar ball


ndb/test/run-test/ndb-autotest.sh:
  append run to result tar ball
parent 10176212
...@@ -203,7 +203,7 @@ start(){ ...@@ -203,7 +203,7 @@ start(){
p2=`pwd` p2=`pwd`
cd .. cd ..
tar cfz /tmp/res.$$.tgz `basename $p2`/$DATE tar cfz /tmp/res.$$.tgz `basename $p2`/$DATE
scp /tmp/res.$$.tgz $result_host:$result_path/res.$DATE.`hostname -s`.$$.tgz scp /tmp/res.$$.tgz $result_host:$result_path/res.$DATE.`hostname -s`.$2.$$.tgz
rm -f /tmp/res.$$.tgz rm -f /tmp/res.$$.tgz
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment