diff mbox

[OSSTEST] standalone-generate-dump-flight-runvars: include cri-getconfig

Message ID 1450440147-31069-1-git-send-email-ian.campbell@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Campbell Dec. 18, 2015, 12:02 p.m. UTC
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(+)

Comments

Ian Jackson Dec. 18, 2015, 2:35 p.m. UTC | #1
Ian Campbell writes ("[PATCH OSSTEST] standalone-generate-dump-flight-runvars: include cri-getconfig"):
> 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.

*rotfl*  Sorry!

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff mbox

Patch

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=""