Commit bf88db5c authored by unknown's avatar unknown

wl1292 - ndb autotest - fix html reporting bug


ndb/test/run-test/ndb-autotest.sh:
  use correct path when packing result tar ball
parent 029f10dd
...@@ -182,8 +182,10 @@ start(){ ...@@ -182,8 +182,10 @@ start(){
[ "`find . -name 'result*'`" ] && mv result* $3 [ "`find . -name 'result*'`" ] && mv result* $3
cd $3 cd $3
sh $html . $1 $DATE sh $html . $1 $DATE
cd ../.. cd ..
tar cvz /tmp/res.$$.tgz `basename $3`/$DATE p2=`pwd`
cd ..
tar cfz /tmp/res.$$.tgz `basename $p2`/$DATE
scp /tmp/res.$$.tgz $result_host:$result_path scp /tmp/res.$$.tgz $result_host:$result_path
ssh $result_host "cd $result_path && tar xfz res.$$.tgz && rm -f res.$$.tgz" ssh $result_host "cd $result_path && tar xfz res.$$.tgz && rm -f res.$$.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