Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix how the test host app is made into a .app (#529)
In the previous was we would `rstrip` the test_host's app extension. If this happened to be the same as the end of the app name it would strip that too. For example if it was `Foo-App.app` it would change to `Foo-A.app`. This updates to take whatever is before the app extension by splitting the test_host's extension + '.' and taking the first entry. Signed-off-by: dostrander <[email protected]>
- Loading branch information