mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
regression_test: Fix LANforge ERror Messages column so we have a better understanding where the error is coming from
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -545,7 +545,7 @@ function test() {
|
||||
FILESIZE=$(stat -c%s "${FILENAME}_stderr.txt") || 0
|
||||
# Check to see if the error is due to LANforge
|
||||
ERROR_DATA=$(cat "${FILENAME}_stderr.txt")
|
||||
if [[ "LANforge Error Messages" == *"${ERROR_DATA})" ]]
|
||||
if [[ $ERROR_DATA =~ "LANforge Error Messages" ]]
|
||||
then
|
||||
LANforgeError="Lanforge Error"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user