--- a/common/tools/ats/ats3_testdrop.pl Wed May 20 11:56:26 2009 +0100
+++ b/common/tools/ats/ats3_testdrop.pl Tue May 26 11:39:48 2009 +0100
@@ -1,6 +1,5 @@
#!/usr/bin/perl
-#curl "http://sym-build01:8080/ats3/XTestRunExecute.do?username=admin&password=admin&testrunpath=D:\smoketests\test_drops\9.zip
use strict;
use Getopt::Long;
use File::Copy;
@@ -109,7 +108,7 @@
" --help Display this help and exit\n" .
" --host=HOSTAME HOSTNAME is ATS3 server\n" .
" --local-test-pkg=PKGFILE PKGFILE is the test package.\n" .
- " If PKGFILE begins "..." a filename in LOCALPATH is assumed\n" .
+ " If PKGFILE begins \"...\" a filename in LOCALPATH is assumed\n" .
" --local-drop-path=LOCALPATH Path to local directory where PKGFILE will be dropped\n" .
" --host-drop-path=HOSTPATH Host directory that is mapped to LOCALPATH.\n" .
" Must agree with the properties of the registered device that the test package nominates\n" .