Revision: 4501
Author: pekka.klarck
Date: Fri Dec 10 01:18:02 2010
Log: a bit safer test
http://code.google.com/p/robotframework/source/detail?r=4501

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

=======================================
--- /trunk/atest/robot/cli/runner/pythonpath.txt        Thu Apr  8 08:11:28 2010
+++ /trunk/atest/robot/cli/runner/pythonpath.txt        Fri Dec 10 01:18:02 2010
@@ -20,7 +20,7 @@
Tests Should Pass Without Errors -P .:${CLI OUTDIR}${/}:${TEMPDIR} -P ${CURDIR} ${DUMMY_LIB_TEST}

 Pythonpath option as glob pattern
- Tests Should Pass Without Errors --pythonpath ${TEMPDIR}${/}STAR --escape star:STAR ${DUMMY_LIB_TEST} + Tests Should Pass Without Errors --pythonpath ${TEMPDIR}${/}STAR${/} --escape star:STAR ${DUMMY_LIB_TEST}

 PYTHONPATH environment variable
     Set Environment Variable  PYTHONPATH  ${CLI OUTDIR}${:}spam${:}eggs

Reply via email to