Commit 0bc55839 authored by unknown's avatar unknown
Browse files

ndb - autotest

  fix name of result tar ball


ndb/test/run-test/ndb-autotest.sh:
  append run to result tar ball
parent 10176212
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ start(){
	p2=`pwd`
	cd ..
	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
}