do variable replacement in the stdout data read from the test case
This commit is contained in:
parent
848a13654d
commit
7b2531da24
@ -2180,6 +2180,9 @@ sub singletest {
|
||||
# verify redirected stdout
|
||||
my @actual = loadarray($STDOUT);
|
||||
|
||||
# variable-replace in the stdout we have from the test case file
|
||||
@validstdout = fixarray(@validstdout);
|
||||
|
||||
# get all attributes
|
||||
my %hash = getpartattr("verify", "stdout");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user