diff options
Diffstat (limited to 'framework/src/onos/tools/test/bin/onos-check-bits')
-rwxr-xr-x | framework/src/onos/tools/test/bin/onos-check-bits | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/src/onos/tools/test/bin/onos-check-bits b/framework/src/onos/tools/test/bin/onos-check-bits deleted file mode 100755 index 0423c342..00000000 --- a/framework/src/onos/tools/test/bin/onos-check-bits +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# ----------------------------------------------------------------------------- -# Checks if ONOS bits are available in preparation for install. -# ----------------------------------------------------------------------------- - -[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1 -. $ONOS_ROOT/tools/build/envDefaults - -ls -l $ONOS_TAR && cksum $ONOS_TAR |