Skip to content

Commit

Permalink
[release] Fix spec test failures resulting from --cd-tmp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Aug 9, 2019
1 parent 1886b58 commit b090aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devtools/release.sh
Expand Up @@ -55,8 +55,10 @@ shopt -s all:strict 2>/dev/null || true # dogfood for OSH

readonly OIL_VERSION=$(head -n 1 oil-version.txt)

readonly REPO_ROOT=$(cd $(dirname $0)/.. && pwd)

# Dir is defined in build/test.sh.
readonly OSH_RELEASE_BINARY=_tmp/oil-tar-test/oil-$OIL_VERSION/_bin/osh
readonly OSH_RELEASE_BINARY=$REPO_ROOT/_tmp/oil-tar-test/oil-$OIL_VERSION/_bin/osh

source devtools/common.sh # html-footer

Expand Down

0 comments on commit b090aad

Please sign in to comment.