blob: 59d5b4242887381d433c732864b7279d8a644ddc [file] [log] [blame]
Thomas Vachuska734b7492015-03-11 20:42:07 -07001#!/bin/bash
2# -----------------------------------------------------------------------------
3# Packages ONOS test facilities into onos-test.tar.gz
4# -----------------------------------------------------------------------------
5
Thomas Vachuska734b7492015-03-11 20:42:07 -07006[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
Thomas Vachuska2512f3b2016-12-12 10:34:29 -08007cd $ONOS_ROOT && onos-buck build //:onos-test --show-output
8exit $?