Submitter | Laurent Charignon |
---|---|
Date | Jan. 4, 2016, 6:17 p.m. |
Message ID | <381b91d8119833e19c9b.1451931445@lcharignon-mbp.local> |
Download | mbox | patch |
Permalink | /patch/12509/ |
State | Superseded |
Headers | show |
Comments
Wouldn't it make more sense after test drop? On Jan 4, 2016 1:20 PM, "Laurent Charignon" <lcharignon@fb.com> wrote: > # HG changeset patch > # User Laurent Charignon <lcharignon@fb.com> > # Date 1451931435 28800 > # Mon Jan 04 10:17:15 2016 -0800 > # Node ID 381b91d8119833e19c9b58df5d5a95e0a22f1ff6 > # Parent 526253198860fdbdcae01380ae97727195039f44 > debian: blacklist test-inhibit.t > > Since we don't add inhibit to the debian packages, let's not run > test-inhibit.t > > diff --git a/debian/test-blacklist b/debian/test-blacklist > --- a/debian/test-blacklist > +++ b/debian/test-blacklist > @@ -1,3 +1,4 @@ > test-drop.t > test-simple4server.t > tests/test-simple4server-bundle2.t > +test-inhibit.t > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@selenic.com > https://selenic.com/mailman/listinfo/mercurial-devel >
Patch
diff --git a/debian/test-blacklist b/debian/test-blacklist --- a/debian/test-blacklist +++ b/debian/test-blacklist @@ -1,3 +1,4 @@ test-drop.t test-simple4server.t tests/test-simple4server-bundle2.t +test-inhibit.t