env.sh #1

  • //
  • guest/
  • perforce_software/
  • hms/
  • dev/
  • test/
  • env.sh
  • View
  • Commits
  • Open Download .zip Download (393 B)
#------------------------------------------------------------------------------
# Usage:

# cd /where/this/is
# source ./env.sh

export HMS_TEST_HOME=$PWD
export HMS_HOME=$(dirname $HMS_TEST_HOME)
export HMS_TEST_BIN=$HMS_TEST_HOME/bin
export PATH=$HMS_TEST_BIN:$HMS_HOME/scripts:$PATH
export P4BROKERBIN=p4broker_test_hms
unset P4CONFIG
export P4ENVIRO=/dev/null/.p4enviro
export P4PORT=4737
# Change User Description Committed
#2 27575 C. Thomas Tyler Test environment refinements.
#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.