Merge lp:~jameinel/goose/test-fix into lp:goose

Proposed by John A Meinel
Status: Merged
Approved by: John A Meinel
Approved revision: 58
Merged at revision: 58
Proposed branch: lp:~jameinel/goose/test-fix
Merge into: lp:goose
Diff against target: 11 lines (+1/-1)
1 file modified
test.py (+1/-1)
To merge this branch: bzr merge lp:~jameinel/goose/test-fix
Reviewer Review Type Date Requested Status
The Go Language Gophers Pending
Review via email: mp+145597@code.launchpad.net

Commit message

test.py: Fix a typo in an exception clause

Only triggers on Tarmac, but obviously we want the fix for the bot there. :)

Description of the change

Simple fix for the test script.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test.py'
2--- test.py 2013-01-28 18:20:39 +0000
3+++ test.py 2013-01-30 12:54:19 +0000
4@@ -72,7 +72,7 @@
5 reconfiguration = reconfigure.Reconfigure.to_use_shared(b.bzrdir)
6 try:
7 reconfiguration.apply(False)
8- except errors.NoRepositoryPreset:
9+ except errors.NoRepositoryPresent:
10 sys.stderr.write('tarmac did a lightweight checkout,'
11 ' not fetching into the repo.\n')
12

Subscribers

People subscribed via source and target branches