[ARVADOS] updated: 1.3.0-635-g8ca1a9456
Git user
git at public.curoverse.com
Tue Apr 2 18:12:24 UTC 2019
Summary of changes:
build/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8ca1a9456e58639bc73120c48373500fe770db65 (commit)
from d06ebce7585ee1841e855ec7cc5a00336e186bc8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 8ca1a9456e58639bc73120c48373500fe770db65
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Apr 2 14:11:55 2019 -0400
Remove dependency on jq.
refs #15044
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index d72a39110..66eba9961 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -381,7 +381,7 @@ checkpidfile() {
checkdiscoverydoc() {
dd="https://${1}/discovery/v1/apis/arvados/v1/rest"
- if ! (set -o pipefail; curl -fsk "$dd" | jq . >/dev/null); then
+ if ! (set -o pipefail; curl -fsk "$dd" | grep -q ^{ ); then
echo >&2 "ERROR: could not retrieve discovery doc from RailsAPI at $dd"
tail -v $WORKSPACE/services/api/log/test.log
return 1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list