Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / common.setup
bloba4ab1a8e88fb8d66c78d1d3f05b53467ff5c4174
1 # per product QA setup
3 # called from "common" (before args processed and again after args processed)
5 # called from "common.product" so individual QA scripts can get access to
6 # same information when run stand alone (not from check or remake)
8 # Copyright (c) 1997-2002 Silicon Graphics, Inc.  All Rights Reserved.
11 # standard stuff
12 if [ -z "$__done_common_rc" ]
13 then
14     . ./common.rc
15     __done_common_rc=yes
18 # Checking options (true or false)
20 OPTION_AGENTS=true
21 OPTION_LOGGER=true
22 OPTION_REMOTE=true
23 OPTION_PMCD_TRACE=true
25 # Default PMCD host ... normally empty, but could be remote_hostname to
26 # run QA using remote PMDAs
28 [ -z "$DEFAULT_HOST" ] && DEFAULT_HOST=''