Skip to content

Commit

Permalink
Limit windows-specifc test to windows targets only
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aleksandra Pasek committed Sep 20, 2023
1 parent 3667531 commit ddf2917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/os/process/priority_win32/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: GNATCOLL.OS.Process Priority Tests (High Level API)
control:
- ["SKIP", "env.build.os.name != 'windows'", "Win32 only test"]
- ["SKIP", "'windows' not in env.target.os.name", "Win32 only test"]
data: ["test_data/*.py"]

0 comments on commit ddf2917

Please sign in to comment.