# HG changeset patch # User Simon Howkins # Date 1243335113 -3600 # Node ID b5ef7a8a002253be64b019f54b34a3cd2b87f680 # Parent 7531256fc15ce8fb196a8725d954e5323c6be8e7# Parent 3aef06ac7a6a7c1d66a476fa7eb19d5a1376c31d Merge diff -r 7531256fc15c -r b5ef7a8a0022 common/tools/ats/ats3_testdrop.pl --- 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" .