# HG changeset patch # User Mike Kinghan # Date 1243334388 -3600 # Node ID 3aef06ac7a6a7c1d66a476fa7eb19d5a1376c31d # Parent 01387db0fc8cc176b99b0e8878bc13b28cde23a4 Fixed minor bug in ats3_testdrop.pl: Quote marks within quotation needed to be escaped. diff -r 01387db0fc8c -r 3aef06ac7a6a 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" .