Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Mar 2, 2015
1 parent d1d1626 commit 0af2a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
matrix:
- CONFIG=opt TEST=python
script:
- which python
- rvm use $RUBY_VERSION
- gem install bundler
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0
Expand Down
2 changes: 2 additions & 0 deletions tools/run_tests/run_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ root=`pwd`
export LD_LIBRARY_PATH=$root/libs/opt
source python2.7_virtual_environment/bin/activate
echo $PATH
ls -l python2.7_virtual_environment
ls -l python2.7_virtual_environment/bin
which python2.7
# TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
# TODO(atash): Enable dynamic unused port discovery for this test.
Expand Down

0 comments on commit 0af2a46

Please sign in to comment.