From 940280ceac074e9a5d5c387679b89ab5a271bb4d Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 21 Sep 2015 08:20:38 -0400 Subject: [PATCH] Fix default log file location The default log file location was not remedied by change I76a2a23e2a75022bae3511700c81145b5cbeae77. This fix changes the LOG_LOCATION such that the logs folder is always defined instead of using the workspace root which is not compatible with the test jobs presently defined for bifrost. Depends-On: I23e902c8637e142fba23d71467225d48ee265253 Change-Id: I9329d9485c7d5ab3d51831446993df47b70d881e Closes-Bug: 1490532 --- scripts/test-bifrost-build-images.sh | 2 +- scripts/test-bifrost.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test-bifrost-build-images.sh b/scripts/test-bifrost-build-images.sh index cfbbadbc1..6f086ee27 100755 --- a/scripts/test-bifrost-build-images.sh +++ b/scripts/test-bifrost-build-images.sh @@ -2,7 +2,7 @@ # Note(TheJulia): If there is a workspace variable, we want to utilize that as # the preference of where to put logs -LOG_LOCATION=${WORKSPACE:-../logs} +LOG_LOCATION="${WORKSPACE:-..}/logs" set -eux set -o pipefail diff --git a/scripts/test-bifrost.sh b/scripts/test-bifrost.sh index 9a772e2eb..25f8124a4 100755 --- a/scripts/test-bifrost.sh +++ b/scripts/test-bifrost.sh @@ -2,7 +2,7 @@ # Note(TheJulia): If there is a workspace variable, we want to utilize that as # the preference of where to put logs -LOG_LOCATION=${WORKSPACE:-../logs} +LOG_LOCATION="${WORKSPACE:-..}/logs" set -eux set -o pipefail