Revision: 2933
Author: pekka.klarck
Date: Mon Apr 12 05:29:55 2010
Log: use only basename of the interpreter - full path fails e.g. when it's in format c:\jython\xxx
http://code.google.com/p/robotframework/source/detail?r=2933

Modified:
 /trunk/atest/robot/cli/runner/cli_resource.txt

=======================================
--- /trunk/atest/robot/cli/runner/cli_resource.txt      Mon Apr 12 05:17:10 2010
+++ /trunk/atest/robot/cli/runner/cli_resource.txt      Mon Apr 12 05:29:55 2010
@@ -3,7 +3,7 @@


 *** Variables ***
-${CLI OUTDIR}     ${TEMPDIR}${/}robot-cli-test-${INTERPRETER}
+${CLI OUTDIR} ${TEMPDIR}${/}robot-cli-test-${INTERPRETER.split(__import__('os').sep)[-1]}
 ${TEST FILE}      misc${/}normal.html
 ${UNICODE TEST}   misc${/}unicode.html

Reply via email to