[jhbuild/desktop-testing] [ldtp] Fix typo in jhbuild bot --step test
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild/desktop-testing] [ldtp] Fix typo in jhbuild bot --step test
- Date: Wed, 20 May 2009 05:20:32 -0400 (EDT)
commit a5c4025a9a23acd0a72f594e26aad36591c7a14d
Author: John Carr <john carr unrouted co uk>
Date: Wed May 20 10:19:58 2009 +0100
[ldtp] Fix typo in jhbuild bot --step test
---
jhbuild/commands/bot.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index b9990b6..7bf5c4e 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -166,7 +166,7 @@ class cmd_bot(Command):
elif args[0] == 'check':
phases = ['check']
elif args[0] == 'test':
- phases = 'ldtp_test'
+ phases = ['ldtp_test']
elif args[0] == 'clean':
phases = ['clean']
rc = buildscript.build(phases=phases)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]