Skip to content

Commit

Permalink
test: Let tests/env.sh work on cygwin or msys
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Feb 11, 2025
1 parent 76e47d8 commit 34f8614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linux-gnu)
CHIMERAX_PYTHON_BIN=./ChimeraX.app/bin/python3.11
CHIMERAX_BIN=./ChimeraX.app/bin/ChimeraX
;;
msys)
msys | cygwin)
CHIMERAX_PYTHON_BIN=./ChimeraX.app/bin/python.exe
CHIMERAX_BIN=./ChimeraX.app/bin/ChimeraX-console.exe
;;
Expand Down

0 comments on commit 34f8614

Please sign in to comment.