Browse Source

exit when test is not valid

Waldemar Brodkorb 11 years ago
parent
commit
d7e26629c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      embedded-test.sh

+ 1 - 0
embedded-test.sh

@@ -828,6 +828,7 @@ if [ "$vendor" = "openadk" ];then
 					esac
 				else
 					echo "Test $test is not valid. Allowed tests: boot libc ltp native"
+					exit 1
 				fi
 			done
 		fi