mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
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:
@@ -534,6 +534,7 @@ function test() {
|
|||||||
if [[ $ERROR_DATA =~ "LANforge Error Messages" ]]
|
if [[ $ERROR_DATA =~ "LANforge Error Messages" ]]
|
||||||
then
|
then
|
||||||
LANforgeError="Lanforge Error"
|
LANforgeError="Lanforge Error"
|
||||||
|
echo "LANforge Error"
|
||||||
else
|
else
|
||||||
LANforgeError=""
|
LANforgeError=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user