[Test suite] minor change to rerun-failed

This commit is contained in:
Jonathan Bennett 2016-05-30 14:23:10 -05:00
parent 8122e46bc7
commit d6b8205b2a

View File

@ -1112,7 +1112,7 @@ if ($rerun_failed_mode) {
$test_num = $line =~ /\((\d+)\)\n/;
$test_num = $1;
$executed = $test_num - 1;
if( $line =~ /\[(.+)\]\s+\[(.+)\]\s+([\w \(\)\/\-]+)/) {
if( $line =~ /\[(.+)\]\s+\[(.+)\]\s+([\w \(\)\/\-\>]+)/) {
$test_category = $1;
$test_subcategory = $2;
$test_detail = $3;