grpc/tools/dockerfile/interoptest
Jan Tattermusch cfbeb3edd7 Fix wrong error handling logic in php's build_interop.sh
If [[ "$DONE" != 1 ]] && echo "Failed to do composer install" && exit 1
is at the end of a shell script, even if DONE is 1, this will return with error
exit status. That's because [[ $DONE != 1 ]] has exitcode 1 and thus anything after && doesn't get executed
and the entire scripts exits the last exit code it seen (which is 1).
2020-04-23 16:18:22 +02:00
..
grpc_interop_aspnetcore regenerate files 2019-09-24 09:13:13 +02:00
grpc_interop_csharp Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_csharpcoreclr Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_cxx Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_dart switch grpc-dart interop test to dart2.7 2020-04-08 11:52:03 -04:00
grpc_interop_go Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_go1.7 Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_go1.8 Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_go1.11 Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_http2 Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_java Skip building Android-dependent modules for Java interop test. 2020-01-10 10:45:49 -08:00
grpc_interop_node Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
grpc_interop_nodepurejs Fix node interop build scripts 2019-05-09 16:54:22 -07:00
grpc_interop_php Fix wrong error handling logic in php's build_interop.sh 2020-04-23 16:18:22 +02:00
grpc_interop_php7 Fix wrong error handling logic in php's build_interop.sh 2020-04-23 16:18:22 +02:00
grpc_interop_python Let the template spit out the backslashes 2020-01-31 13:19:09 -08:00
grpc_interop_pythonasyncio Let the template spit out the backslashes 2020-01-31 13:19:09 -08:00
grpc_interop_ruby Pin virtualenv to 16.7.9 2020-02-11 11:05:23 -08:00
lb_interop_fake_servers Pin to 19.3.1 2019-12-19 10:53:55 -08:00