Revision: 2990
Author: janne.t.harkonen
Date: Thu Apr 15 02:55:46 2010
Log: testing, testing
http://code.google.com/p/robotframework/source/detail?r=2990

Modified:
 /trunk/atest/run_atests.py

=======================================
--- /trunk/atest/run_atests.py  Thu Apr 15 02:50:01 2010
+++ /trunk/atest/run_atests.py  Thu Apr 15 02:55:46 2010
@@ -77,7 +77,7 @@
command = '%s %s %s %s' % (sys.executable, runner, args, ' '.join(params))
     print 'Running command\n%s\n' % command
     sys.stdout.flush()
- return subprocess.call(command.split(), env={'ROBOT_SYSLOG_LEVEL': 'INFO'})
+    return subprocess.call(command.split())


 def buildbot(interpreter, *params):


--
To unsubscribe, reply using "remove me" as the subject.

Reply via email to