aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/bin/onos-check-bits
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/bin/onos-check-bits')
-rwxr-xr-xframework/src/onos/tools/test/bin/onos-check-bits9
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