From ca74d86f8fa0235da9a4302f3a48f95dd626b2a2 Mon Sep 17 00:00:00 2001 From: Niv Sardi Date: Thu, 3 Jan 2008 05:16:17 +0000 Subject: [PATCH] source /etc/xfsqa.config This is used by uml.sh script to generate proper per-generic machine configs for xfsqa Merge of master-melb:xfs-cmds:30294a by kenmcd. --- common.config | 1 + 1 file changed, 1 insertion(+) diff --git a/common.config b/common.config index 741f65d0..e1429668 100644 --- a/common.config +++ b/common.config @@ -148,6 +148,7 @@ known_hosts() { [ "$HOST_CONFIG_DIR" ] || HOST_CONFIG_DIR=`pwd`/configs + [ -f /etc/xfsqa.config ] && . /etc/xfsqa.config [ -f $HOST_CONFIG_DIR/$HOST ] && . $HOST_CONFIG_DIR/$HOST [ -f $HOST_CONFIG_DIR/$HOST.config ] && . $HOST_CONFIG_DIR/$HOST.config -- 2.39.5