Merge
authorSimon Howkins <simonh@symbian.org>
Tue, 26 May 2009 11:51:53 +0100
changeset 107 b5ef7a8a0022
parent 106 7531256fc15c (current diff)
parent 105 3aef06ac7a6a (diff)
child 108 d33d43677cdf
Merge
--- a/common/tools/ats/ats3_testdrop.pl	Tue May 26 11:51:10 2009 +0100
+++ b/common/tools/ats/ats3_testdrop.pl	Tue May 26 11:51:53 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" .