Skip to content

Commit 0550c32

Browse files
author
Aleksandra Pasek
committed
Merge branch 'topic/limit-windows-specific-test-target' into 'master'
Limit windows-specifc test to windows targets only See merge request eng/toolchain/gnatcoll-core!41
2 parents 3667531 + ddf2917 commit 0550c32

File tree

1 file changed

+1
-1
lines changed
  • testsuite/tests/os/process/priority_win32

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: GNATCOLL.OS.Process Priority Tests (High Level API)
22
control:
3-
- ["SKIP", "env.build.os.name != 'windows'", "Win32 only test"]
3+
- ["SKIP", "'windows' not in env.target.os.name", "Win32 only test"]
44
data: ["test_data/*.py"]

0 commit comments

Comments
 (0)