Comment 0 for bug 1190176

Revision history for this message
RaiMan (raimund-hocke) wrote : [1.0] command line arguments with Sikuli Standard Commandline Option characters (-r, -s, -t, ...) are ignored or give errors

Hello,

I'm passing command line argument(s) with sys.argv[1:] and for most of them it works. There were 3-4 args which when used immediately failed/aborted the Sikuli run, without any error. On analyzing, I observed that all these arguments are starting with either of "-rxxxx", "-sxxxx" or "-txxxx". There appear a conflict with the Sikuli standard command line arguments (-r, -s, -t) and those I used, although I'm using a string (e.g. "-report", "-test") rather than a single character.

The question is, how to pass such arguments that start with standard command line arguments (-r, -s. -t)?

Thanks.