Skip to content
Snippets Groups Projects
Unverified Commit 914085f0 authored by Austin Anderson's avatar Austin Anderson Committed by GitHub
Browse files

Add some debug lines to try and fix nonreplicable issue (#98)

* Add a bunch of debug lines
parent 4058746c
No related branches found
No related tags found
No related merge requests found
# vim: filetype=bash
# This file is a work in progress, designed to replace the complicated test
# orchestration previously placed in TensorFlow's ci_sanity.sh.
# This is not currently in use.
setup_file() {
cd /tf/tensorflow
ls -al
pwd
ls -al .git || true
stat .git || true
git init || true
bazel version # Start the bazel server
# Note that you could generate a list of all the affected targets with e.g.:
# bazel query $(paste -sd "+" $BATS_FILE_TMPDIR/changed_files) --keep_going
......
# vim: filetype=bash
# This file is a work in progress, designed to replace the complicated test
# orchestration previously placed in TensorFlow's ci_sanity.sh.
# This is not currently in use.
setup_file() {
cd /tf/tensorflow
bazel version # Start the bazel server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment