Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
0af2a46d
Commit
0af2a46d
authored
10 years ago
by
murgatroid99
Browse files
Options
Downloads
Patches
Plain Diff
Add more logging
parent
d1d16262
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+0
-1
0 additions, 1 deletion
.travis.yml
tools/run_tests/run_python.sh
+2
-0
2 additions, 0 deletions
tools/run_tests/run_python.sh
with
2 additions
and
1 deletion
.travis.yml
+
0
−
1
View file @
0af2a46d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tools/run_tests/run_python.sh
+
2
−
0
View file @
0af2a46d
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment