Skip to content
Snippets Groups Projects
Commit 0af2a46d authored by murgatroid99's avatar murgatroid99
Browse files

Add more logging

parent d1d16262
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ env: ...@@ -9,7 +9,6 @@ env:
matrix: matrix:
- CONFIG=opt TEST=python - CONFIG=opt TEST=python
script: script:
- which python
- rvm use $RUBY_VERSION - rvm use $RUBY_VERSION
- gem install bundler - gem install bundler
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0
......
...@@ -37,6 +37,8 @@ root=`pwd` ...@@ -37,6 +37,8 @@ root=`pwd`
export LD_LIBRARY_PATH=$root/libs/opt export LD_LIBRARY_PATH=$root/libs/opt
source python2.7_virtual_environment/bin/activate source python2.7_virtual_environment/bin/activate
echo $PATH echo $PATH
ls -l python2.7_virtual_environment
ls -l python2.7_virtual_environment/bin
which python2.7 which python2.7
# TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized. # 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. # TODO(atash): Enable dynamic unused port discovery for this test.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment