Basic WLTH-ioclass tests added

Signed-off-by: Michal Rakowski <michal.rakowski@intel.com>
This commit is contained in:
Michal Rakowski
2019-05-07 12:38:02 +02:00
parent 7649ede1a3
commit 347644ad59
6 changed files with 390 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ sum_up_and_exit() {
echo "More details in $LOGS_FOLDER"
export_results_to_html
if [ $PASSED == $TESTS ] ; then
if [ $(($PASSED + $NOT_RUN)) == $TESTS ] ; then
exit 0
else
exit 1