blob: ac91b6739a63ebd1f8322fd4922a37510ca14f3d [file] [log] [blame]
Ray Milkey83d912a2017-11-01 13:49:31 -07001#!/bin/bash -ex
Ray Milkeycb569c32017-12-12 13:42:20 -08002
3# exit on errors
4set -eu -o pipefail
5
Ray Milkey83d912a2017-11-01 13:49:31 -07006ONOS_ROOT=`pwd`
7. tools/build/envDefaults
8
Ray Milkeye58a21f2017-11-21 16:20:58 -08009cd web/gui/src/main/webapp/tests && npm install && npm run test