Skip to content

Commit

Permalink
debug code for checking if running on mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Nov 10, 2024
1 parent 9e4e9be commit b799d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test cases/common/33 run program/check-mingw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

import os
import os, sys

sys.stderr.write(str(os.environ) + '\n')
if 'MSYSTEM' in os.environ:
print(os.environ['MSYSTEM'])

0 comments on commit b799d0c

Please sign in to comment.