Revision: 3915
Author: pekka.klarck
Date: Wed Aug 25 07:47:11 2010
Log: add tmp to pythonpath
http://code.google.com/p/robotframework/source/detail?r=3915
Modified:
/trunk/rundevel.sh
=======================================
--- /trunk/rundevel.sh Mon Apr 26 03:29:53 2010
+++ /trunk/rundevel.sh Wed Aug 25 07:47:11 2010
@@ -1,2 +1,2 @@
#!/bin/bash
-ROBOT_SYSLOG_FILE=tmp/syslog.txt python src/robot/runner.py -P
atest/testresources/testlibs -L debug -d tmp $*
+ROBOT_SYSLOG_FILE=tmp/syslog.txt python src/robot/runner.py -P
atest/testresources/testlibs -P tmp -L debug -d tmp $*