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
7f9fd016
Commit
7f9fd016
authored
9 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Plain Diff
Merge pull request #3413 from stanley-cheung/php_jenkins_flakes
PHP: jenkins flakes
parents
09cc7ddb
7a4e8e44
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
src/php/bin/run_tests.sh
+5
-1
5 additions, 1 deletion
src/php/bin/run_tests.sh
tools/run_tests/build_php.sh
+0
-3
0 additions, 3 deletions
tools/run_tests/build_php.sh
with
5 additions
and
4 deletions
src/php/bin/run_tests.sh
+
5
−
1
View file @
7f9fd016
...
@@ -31,7 +31,11 @@
...
@@ -31,7 +31,11 @@
# Loads the local shared library, and runs all of the test cases in tests/
# Loads the local shared library, and runs all of the test cases in tests/
# against it
# against it
set
-e
set
-e
cd
$(
dirname
$0
)
cd
$(
dirname
$0
)
/../../..
root
=
$(
pwd
)
cd
src/php/bin
source
./determine_extension_dir.sh
source
./determine_extension_dir.sh
# in some jenkins macos machine, somehow the PHP build script can't find libgrpc.dylib
export
DYLD_LIBRARY_PATH
=
$root
/libs/
$config
php
$extension_dir
$(
which phpunit
)
-v
--debug
--strict
\
php
$extension_dir
$(
which phpunit
)
-v
--debug
--strict
\
../tests/unit_tests
../tests/unit_tests
This diff is collapsed.
Click to expand it.
tools/run_tests/build_php.sh
+
0
−
3
View file @
7f9fd016
...
@@ -46,6 +46,3 @@ cd ext/grpc
...
@@ -46,6 +46,3 @@ cd ext/grpc
phpize
phpize
./configure
--enable-grpc
=
$root
./configure
--enable-grpc
=
$root
make
make
# in some jenkins macos machine, somehow the PHP build script can't find libgrpc.dylib
export
DYLD_LIBRARY_PATH
=
$(
pwd
)
/libs/
$config
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