commit | 354eb9e9f4c19b325745977d2c12ec512fa21d61 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Tue Jun 30 12:38:09 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Jun 30 19:41:13 2015 +0000 |
tree | ab047648d29d29e3c35436b0bbc21dfc8984f4f4 | |
parent | 70583973586e18f32c83f4d6f7b94bfe34e162a7 [diff] |
Fixed onos-check-apps to ignore Karaf client extra line of output. Change-Id: I04469557d5717fbfc59cb3edffcf889dacfd15a7
diff --git a/tools/test/bin/onos-check-apps b/tools/test/bin/onos-check-apps index 8dfe9f0..0d1bf83 100755 --- a/tools/test/bin/onos-check-apps +++ b/tools/test/bin/onos-check-apps
@@ -13,7 +13,7 @@ cat $aux # Normalize the installed apps -cut -c7- $aux | cut -d\ -f1 | sort > $aux.1 +cut -c7- $aux | grep -v '/bin/client' | cut -d\ -f1 | sort > $aux.1 # Normalize the expected apps apps=${2:-$ONOS_APPS}