[qmtest] OS shell dependencies?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qmtest] OS shell dependencies?
- To: qmtest@xxxxxxxxxxxxxxxx
- Subject: [qmtest] OS shell dependencies?
- From: Mark Elkin <melkin@xxxxxxxxxx>
- Date: Mon, 07 Jun 2010 22:24:08 -0700
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@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@lab-linux64 sc-test]$ qmtest create --id compile test
compilation_test.CompilationTest(executable="compile",
source_files="['/path/to/compile.cc']")
Badly placed ()'s.
[melkin@lab-linux64 sc-test]$
zsh:
[(Z) melkin@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@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@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$