- Fix blackbox commands so that they work when called with absolute paths.

- Fix confidence_test.sh so that it's not hardcoded to a specific dev environment path.
This commit is contained in:
Warren Gray
2015-01-13 14:42:58 -05:00
parent 3f36d28798
commit beefbfb912
12 changed files with 26 additions and 14 deletions

View File

@@ -10,8 +10,9 @@
#
set -e
. _blackbox_common.sh
. _stack_lib.sh
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${blackbox_home}/_blackbox_common.sh
source ${blackbox_home}/_stack_lib.sh
fail_if_not_in_repo