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.
This commit is contained in:
Niv Sardi
2008-01-03 05:16:17 +00:00
parent 5968a7eaad
commit ca74d86f8f
+1
View File
@@ -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