GTG

Merge lp:~huxuan/gtg/fix-825966-896798-940534 into lp:~gtg/gtg/old-trunk

Proposed by Xuan (Sean) Hu
Status: Merged
Merged at revision: 1146
Proposed branch: lp:~huxuan/gtg/fix-825966-896798-940534
Merge into: lp:~gtg/gtg/old-trunk
Diff against target: 17 lines (+2/-2)
1 file modified
run-tests (+2/-2)
To merge this branch: bzr merge lp:~huxuan/gtg/fix-825966-896798-940534
Reviewer Review Type Date Requested Status
Izidor Matušov running, code Approve
Review via email: mp+100048@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Izidor Matušov (izidor) wrote :

Thanks for your patch!

review: Approve (running, code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'run-tests'
--- run-tests 2012-03-26 17:43:15 +0000
+++ run-tests 2012-03-29 22:39:20 +0000
@@ -42,11 +42,11 @@
42 print "./run_tests [function_path ..] to run the selected " + \42 print "./run_tests [function_path ..] to run the selected " + \
43 "functions as tests"43 "functions as tests"
44 return44 return
45 # fake modules that mimic the behaviour of external libraries ...
46 TestingMode().set_testing_mode(True)
45 if args:47 if args:
46 #if we have specified the name of the test in the command line48 #if we have specified the name of the test in the command line
47 suites = []49 suites = []
48 # fake modules that mimic the behaviour of external libraries ...
49 TestingMode().set_testing_mode(True)
50 for arg in args:50 for arg in args:
51 #each arg can be a module name (as test_liblarch), or a module name51 #each arg can be a module name (as test_liblarch), or a module name
52 # "dot" a function name (as test_liblarch.test_something)52 # "dot" a function name (as test_liblarch.test_something)

Subscribers

People subscribed via source and target branches

to status/vote changes: