Skip to content

Commit

Permalink
explain test
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 25, 2024
1 parent 5b4134c commit 904caef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/subsystems_build_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def test_mingw64_available(self):
client.run_command('uname')
assert "MINGW64_NT" in client.out

# It's important not to have uname in Path, that could
# mean that we have Git bash or MingW in the Path and
# we mistakenly use tools from there when we want to use msys2 tools
def test_tool_not_available(self):
client = TestClient()
client.run_command('uname', assert_error=True)
Expand Down

0 comments on commit 904caef

Please sign in to comment.