Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
borkaehw committed Sep 19, 2019
1 parent f55e0a1 commit 44620f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_reproducibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ test_build_is_identical() {
diff hash1 hash2
}

dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
test_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/test/shell
# shellcheck source=./test_runner.sh
. "${dir}"/test_runner.sh
. "${test_dir}"/test_runner.sh
runner=$(get_test_runner "${1:-local}")


Expand Down

0 comments on commit 44620f0

Please sign in to comment.