Skip to content

Commit

Permalink
Add missing line continuation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 247572414
  • Loading branch information
tomhennigan authored and tamaranorman committed May 10, 2019
1 parent 322cd5a commit 68d7689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pip install mock absl-py six numpy wrapt
pip install --upgrade tf-nightly-2.0-preview

# Run bazel test command. Double test timeouts to avoid flakes.
bazel test --jobs=${N_JOBS} --test_timeout 300,450,1200,3600
bazel test --jobs=${N_JOBS} --test_timeout 300,450,1200,3600 \
--build_tests_only --test_output=errors -- \
//sonnet/...

0 comments on commit 68d7689

Please sign in to comment.