All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] standalone-generate-dump-flight-runvars: include cri-getconfig
@ 2015-12-18 12:02 Ian Campbell
  2015-12-18 14:35 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-12-18 12:02 UTC (permalink / raw)
  To: ian.jackson, xen-devel; +Cc: Ian Campbell

Commit fb373a2096dc "cri-getconfig: Break out exec_resetting_sigint."
refactored this functionality, and asserted that cri-getconfig is the
one library which everything includes.

standalone-generate-dump-flight-runvars appears to have been the
exception to that rule.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 standalone-generate-dump-flight-runvars | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/standalone-generate-dump-flight-runvars b/standalone-generate-dump-flight-runvars
index 3b20c62..8fcc852 100755
--- a/standalone-generate-dump-flight-runvars
+++ b/standalone-generate-dump-flight-runvars
@@ -28,6 +28,8 @@ set -e -o posix
 
 set -o pipefail
 
+source ./cri-getconfig
+
 mkdir -p tmp
 
 procs=""
-- 
2.6.1

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

end of thread, other threads:[~2015-12-18 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 12:02 [PATCH OSSTEST] standalone-generate-dump-flight-runvars: include cri-getconfig Ian Campbell
2015-12-18 14:35 ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.