 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [qmtest] bug report: command-line arguments not passed to executable file
- To: Stephen Huntley <stephen.huntley@xxxxxxxxxxxx>, "qmtest@xxxxxxxxxxxxxxxx" <qmtest@xxxxxxxxxxxxxxxx>
- Subject: Re: [qmtest] bug report: command-line arguments not passed to executable file
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Tue, 15 Jan 2002 19:31:33 -0800
--On Monday, January 14, 2002 04:16:36 PM -0600 Stephen Huntley
<stephen.huntley@xxxxxxxxxxxx> wrote:
Win2k, python 2.1.1, qmtest gui
I created a test of class command.ExecTest, assigned a program name of
test.tcl, a single command line argument "a", and expected exit code of
0.
The body of the program test.tcl is:
set f [open test.txt w]
puts $f $argv0
puts $f $argv
close $f
exit 1
This should simply write out the command line arguments to test.txt and
exit with exit status 1. That is, the test should always fail as far as
qmtest is concerned.
I have not been able to replicate this problem. Would you mind sending
me the contents of your test database as a ZIP or tar file?
Thank you,
--
Mark Mitchell mark@xxxxxxxxxxxxxxxx
CodeSourcery, LLC http://www.codesourcery.com
|
|