[rfdoc] 1 new revision pushed by janne.t.harkonen on 2009-10-08 10:54 GMT

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 8, 2009, 6:55:29 AM10/8/09
to rfdoc-...@googlegroups.com
Revision: 683858726b
Author: Janne Harkonen <j...@reaktor.fi>
Date: Thu Oct 8 03:54:11 2009
Log: restructured running ci tests
http://code.google.com/p/rfdoc/source/detail?r=683858726b

Added:
/atest/run_ci_tests.sh
Deleted:
/atest/run_buildbot_tests.sh
Modified:
/atest/run_atests.py

=======================================
--- /dev/null
+++ /atest/run_ci_tests.sh Thu Oct 8 03:54:11 2009
@@ -0,0 +1,2 @@
+#!/bin/bash
+xvfb-run atest/run_atests.py ci
=======================================
--- /atest/run_buildbot_tests.sh Thu Oct 8 02:00:48 2009
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-xvfb-run atest/run_atests.py ci
=======================================
--- /atest/run_atests.py Thu Oct 8 02:00:48 2009
+++ /atest/run_atests.py Thu Oct 8 03:54:11 2009
@@ -142,13 +142,11 @@
class CiRunner(RegressionRunner):

def run_tests(self, options):
- ci_opts = ['--log', 'NONE', '--report', '
NONE', '--monitorcolors', 'off']
- RegressionRunner.run_tests(self, ci_opts + options)
-
+ RegressionRunner.run_tests(self, ['--monitorcolors', 'off'] +
options)

def _kill_rfdoc_on_posix(self):
os.system('pkill -9 -P %d' % self._rfdoc_pid)
-
+

class StartUpError(Exception):
pass

Reply all
Reply to author
Forward
0 new messages