Fixed minor bug in ats3_testdrop.pl: Quote marks within quotation needed to be escaped.
authorMike Kinghan <mikek@symbian.org>
Tue, 26 May 2009 11:39:48 +0100
changeset 105 3aef06ac7a6a
parent 104 01387db0fc8c
child 107 b5ef7a8a0022
Fixed minor bug in ats3_testdrop.pl: Quote marks within quotation needed to be escaped.
common/tools/ats/ats3_testdrop.pl
--- 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" .