summaryrefslogtreecommitdiff
path: root/runtest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl')
-rwxr-xr-xruntest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.pl b/runtest.pl
index 4cda8554..4430128f 100755
--- a/runtest.pl
+++ b/runtest.pl
@@ -38,7 +38,7 @@ else
next if m/\AEND-OMIT/;
if(m/\AOMIT:(.+)/)
{
- if($1 eq $build_os)
+ if($1 eq $build_os or $1 eq $target_os)
{
while(<MODULES>)
{