Skip to content

Commit

Permalink
Fix more test platform strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Apr 5, 2019
1 parent fca5287 commit a0ea3e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from pants_test.pants_run_integration_test import PantsRunIntegrationTest


_LINUX_PLATFORM = "linux-x86_64"
_LINUX_PLATFORM = "linux_x86_64"
_LINUX_WHEEL_SUBSTRING = "manylinux"
_OSX_PLATFORM = "macosx-10.13-x86_64"
_OSX_PLATFORM = "macosx_10.13_x86_64"
_OSX_WHEEL_SUBSTRING = "macosx"


Expand Down

0 comments on commit a0ea3e8

Please sign in to comment.