mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Merge changes from GitHub, clean up linter errors, fix dependencies test.
Change: 114064632
This commit is contained in:
@@ -16,7 +16,14 @@
|
||||
|
||||
set -e -o errexit
|
||||
|
||||
EXPECTED_PATHS="util/python/python_include util/python/python_lib third_party/py/numpy/numpy_include"
|
||||
# Prefix expected paths with ./ locally and external/reponame/ for remote repos.
|
||||
# TODO(kchodorow): remove once runfiles paths are fixed, see
|
||||
# https://github.com/bazelbuild/bazel/issues/848.
|
||||
script_path=$(dirname $(dirname $(dirname "$0")))
|
||||
script_path=${script_path:-.}
|
||||
EXPECTED_PATHS="$script_path/util/python/python_include"\
|
||||
" $script_path/util/python/python_lib"\
|
||||
" $script_path/third_party/py/numpy/numpy_include"
|
||||
|
||||
function main {
|
||||
argument="$1"
|
||||
|
||||
Reference in New Issue
Block a user