Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
ci-management
/
74cf6cb6303ad1d8195072be0a6a88ddd0acb91c
/
.
/
jjb
/
onos
/
onos-gui-verify.sh
blob: ac91b6739a63ebd1f8322fd4922a37510ca14f3d [
file
] [
log
] [
blame
]
#!/bin/bash -ex
# exit on errors
set
-
eu
-
o pipefail
ONOS_ROOT
=
`pwd`
.
tools
/
build
/
envDefaults
cd web
/
gui
/
src
/
main
/
webapp
/
tests
&&
npm install
&&
npm run test