Merge pull request #1112 from vieux/fix_stats

fix stats test
This commit is contained in:
Alexandre Beslic 2015-07-31 13:00:58 -07:00
commit 30f3a32989
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ function teardown() {
# verify content
grep -q "CPU %" "$TEMP_FILE"
grep -q "MEM USAGE/LIMIT" "$TEMP_FILE"
grep -q "MEM USAGE" "$TEMP_FILE"
grep -q "LIMIT" "$TEMP_FILE"
rm -f $TEMP_FILE
}