regression_test: Echo "LANforge error" on screen when LANforge spits out a warning or error

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-09 09:44:07 -08:00
parent 5c50b61621
commit 6ceb57adbc

View File

@@ -534,6 +534,7 @@ function test() {
if [[ $ERROR_DATA =~ "LANforge Error Messages" ]]
then
LANforgeError="Lanforge Error"
echo "LANforge Error"
else
LANforgeError=""
fi