Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
ci-management
/
2afc4a5d21db1648a751627907effaa37e813d0f
/
.
/
jjb
/
onos
/
onos-verify.sh
blob: a26c8a069ce78e7577f3d7619f35fde7515bfa80 [
file
] [
log
] [
blame
]
#!/bin/bash -ex
ONOS_ROOT
=
`pwd`
.
tools
/
build
/
envDefaults
echo $PATH
onos
-
buck build onos $
(
onos
-
buck targets
|
egrep
-
e
'-javadoc$'
)
onos
-
buck test
||
onos
-
buck test
--
only
-
failing