Skip to content

Commit ae7f503

Browse files
authored
Merge pull request #70 from redhat-performance/fix_mult_ents
Fix issue with using wrong file for multiple lines.
2 parents 9cded42 + c0ae9b8 commit ae7f503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validate_line

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ do
267267
fi
268268
echo $test_info >> $test_results
269269
done < "$results_file"
270+
if [[ $multiple_entries -eq 1 ]]; then
271+
mv $verify_template $verification_base
272+
fi
270273
#
271274
# Create the compare file by pasting the base results (reg exp) against the tmp_results
272275
# file which is minus all the meta documentation.

0 commit comments

Comments
 (0)