xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH 1/2] mg-force-push: unshift . onto @INC
@ 2018-01-29 17:29 Ian Jackson
  2018-01-29 17:29 ` [OSSTEST PATCH 2/2] mg-hosts: Call db_readonly_report inside, not outside, db_retry Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2018-01-29 17:29 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson

This script seems to have missed out on the bulk commit fixing this
problem.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 mg-force-push | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mg-force-push b/mg-force-push
index 4a8f0a2..09c1894 100755
--- a/mg-force-push
+++ b/mg-force-push
@@ -10,6 +10,7 @@
 use strict;
 use warnings;
 
+BEGIN { unshift @INC, qw(.); }
 use Osstest;
 
 my @dryrun;
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-29 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 17:29 [OSSTEST PATCH 1/2] mg-force-push: unshift . onto @INC Ian Jackson
2018-01-29 17:29 ` [OSSTEST PATCH 2/2] mg-hosts: Call db_readonly_report inside, not outside, db_retry Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).