Stop emitting warning on missing nose files

OpenStack, with one exception, uses testr to run its tests. That means
that the expected outcome of run_tox.sh is that there is no
nose_results.html - however we emit a warning about it being missing on
every run. For folks less familiar with our systems trying to debug test
failures, it's a line that could confuse them.

Change-Id: I60f6b1f1e49bb8b001d5e9743273830188b150f1
This commit is contained in:
Monty Taylor 2016-03-26 08:59:13 -05:00
parent 21e54ec96e
commit 8c019d2783

View File

@ -103,10 +103,6 @@ function check_nose_html {
echo
exit 1
fi
else
echo
echo "WARNING: Unable to find $NOSE_HTML_OUT_FILE to confirm results!"
echo
fi
}