blob: 1449fc6f86d3f8b1a4f43680d5081b6faba364c7 [file] [log] [blame]
Chase Qi09edc7f2016-08-18 13:18:50 +08001#!/bin/sh
2
3export REPO_PATH="$(pwd)"
4echo "REPO_PATH: ${REPO_PATH}"
5
6if ! [ -d "${REPO_PATH}/automated/bin" ]; then
Chase Qi3d1bc842016-08-26 14:47:16 +08007 echo "ERROR: Please execute the below command from 'test-definitions' DIR"
Chase Qi09edc7f2016-08-18 13:18:50 +08008 echo " . ./automated/bin/setenv.sh"
9 exit 1
10fi
11
12export PATH="${REPO_PATH}/automated/bin":"${PATH}"
13echo "BIN_PATH: ${PATH}"