#------------------------------------------------------------------------------ # Usage: # cd /where/this/is # source ./env.sh export HMS_TEST_HOME="$PWD" export HMS_HOME="$(dirname "$HMS_TEST_HOME")" export HMS_SCRIPTS="$HMS_HOME/p4/common/hms/scripts" export HMS_TEST_BIN="$HMS_TEST_HOME/bin" export PATH="$HMS_TEST_BIN:$HMS_SCRIPTS:$PATH" export P4BROKERBIN="$HMS_TEST_BIN/p4broker_hms_test" unset P4CONFIG export P4ENVIRO=/dev/null/.p4enviro export P4PORT=4738 export P4BROKERPORT=4737
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 27577 | C. Thomas Tyler | Released HMS 2021.1.27575 (2021/03/05). | ||
#1 | 25719 | C. Thomas Tyler | Released HMS 2019.1.25712 (2019/06/18). | ||
//guest/perforce_software/hms/dev/test/env.sh | |||||
#1 | 25535 | C. Thomas Tyler | Refactored hms test root. | ||
//guest/perforce_software/hms/dev/test/hms/env.sh | |||||
#1 | 25531 | C. Thomas Tyler |
Refactored to receive merge from SDP. This structure emphasizes that HMS will be layered on the SDP. The tree is now structured to make it clear where files appear in an as-deployed configurtion, overlaid into the '/p4/common' structure of the SDP. The test suite is outside this structure, as it will not be deployed (due to dependencies on infratructure that won't likely appear in SDP production deployments). |
||
//guest/perforce_software/hms/dev/hms/test/env.sh | |||||
#3 | 20512 | C. Thomas Tyler | Tweaked test env. | ||
#2 | 20510 | C. Thomas Tyler | Tweaked to allow sideline testing. | ||
#1 | 20505 | C. Thomas Tyler | Added test environment file. |