diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-20 19:36:29 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-21 11:01:17 -0500 |
commit | fa0656d1ebc2a01d900fead4ce055d59eb818a1f (patch) | |
tree | 0f75c9225c6d21f405bce839492034fbb6735377 /ci/test/06_script_a.sh | |
parent | faeeca87b65dd98e0efbc54443b3f8854cae9c00 (diff) |
ci: Add DEPENDS_DIR variable, Add documentation for folders
Diffstat (limited to 'ci/test/06_script_a.sh')
-rwxr-xr-x | ci/test/06_script_a.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_a.sh b/ci/test/06_script_a.sh index 25669f4049..f7d591e93c 100755 --- a/ci/test/06_script_a.sh +++ b/ci/test/06_script_a.sh @@ -54,5 +54,5 @@ DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows END_FOLD set +o errexit -cd ${BASE_BUILD_DIR} || (echo "could not enter travis build dir $BASE_BUILD_DIR"; exit 1) +cd ${BASE_BUILD_DIR} || (echo "could not enter base root dir $BASE_BUILD_DIR"; exit 1) set -o errexit |