STAMP-project / test-runner

test driver to run JUnit tests isolated in a new JVM
GNU General Public License v3.0
16 stars 15 forks source link

Fix: can run tests when test-runner is provided on a path with spaces #87

Closed lacinoire closed 3 years ago

lacinoire commented 3 years ago

Hey 🙂

This is a small fix to escape spaces correctly on the path to the test-runner.jar. For example in an IntellJ Plugin installed on Mac (in ".../Application Support") 😄

Unfortunately this can only be tested manually: Move the repository to a local path that has spaces in it (e.g. rename the folder to test- runner) and execute the unit tests.