Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_test.py b/tests/run_test.py
index c503c24..40b3955 100644
--- a/tests/run_test.py
+++ b/tests/run_test.py
@@ -34,6 +34,7 @@ class MeetBotTest(unittest.TestCase):
output = os.popen("supybot-test ./MeetBot 2>&1").read()
print output
assert 'FAILED' not in output, "supybot-based tests failed."
+ assert '\nOK\n' in output, "supybot-based tests failed."
finally:
os.unlink("MeetBot")