Skip to content

Commit ddf2917

Browse files
author
Aleksandra Pasek
committed
Limit windows-specifc test to windows targets only
Test os__process__priority_win32 is a windows test, however its yaml file used the build os to limit its runs to windows. Change that to target os in order to account for testing now running on windows-hosted cross-linux targets. Issue: gnatcoll-core#6
1 parent 3667531 commit ddf2917

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)