Skip to content

Commit 9c7c9b2

Browse files
committed
Let test_readme recognize a multi platform header
1 parent 20f296a commit 9c7c9b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/test_readme.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
if ($line =~ /^## .*for CI/) {
1111
$phase = 'ci';
1212
}
13+
if ($line =~ /^## .*multi platforms/) {
14+
$phase = 'multi';
15+
}
1316
if ($line =~ /^## .*manual testing/) {
1417
$phase = 'manual';
1518
}

0 commit comments

Comments
 (0)