OS shell dependencies?
Mark Elkin
melkin at san.rr.com
Tue Jun 8 05:24:08 UTC 2010
I'm new to qmtest. And trying to work through the
tutorial. Everything is fine until I need to use (...) or "..." on
the command line (section 1.6 and further of the tutorial).
I thought it might be a shell issue, but I've tried a couple of them:
bash, tcsh, zsh. Each shell behaves a little different, but all
basically won't accept the command line. I have literally
cut-and-paste from the tutorial. Here's some examples. The error
message is just before the final prompt in each example. And I added
a blank line between each prompt just to make reading a little easier.
tcsh:
[melkin at lab-linux64 sc-test]$ qmtest
--version
QMTest 2.4
Copyright (C) 2002 - 2007 CodeSourcery, Inc.
QMTest comes with ABSOLUTELY NO WARRANTY
For more information about QMTest visit http://www.qmtest.com
[melkin at lab-linux64 sc-test]$ qmtest create --id compile test
compilation_test.CompilationTest(executable="compile",
source_files="['/path/to/compile.cc']")
Badly placed ()'s.
[melkin at lab-linux64 sc-test]$
zsh:
[(Z) melkin at lab-linux64 pts/1 <sc-test> ]% qmtest --version
QMTest 2.4
Copyright (C) 2002 - 2007 CodeSourcery, Inc.
QMTest comes with ABSOLUTELY NO WARRANTY
For more information about QMTest visit http://www.qmtest.com
[(Z) melkin at lab-linux64 pts/1 <sc-test> ]% qmtest create --id compile
test compilation_test.CompilationTest(executable="compile",
source_files="['/path/to/compile.cc']")
zsh: missing end of string
[(Z) melkin at lab-linux64 pts/1 <sc-test> ]%
bash:
bash-3.2$ qmtest --version
QMTest 2.4
Copyright (C) 2002 - 2007 CodeSourcery, Inc.
QMTest comes with ABSOLUTELY NO WARRANTY
For more information about QMTest visit http://www.qmtest.com
bash-3.2$ qmtest create --id compile test
compilation_test.CompilationTest(executable="compile",
source_files="['/path/to/compile.cc']")
bash: syntax error near unexpected token `('
bash-3.2$
More information about the qmtest
mailing list