Skip to content

Commit

Permalink
try single quotes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jul 24, 2020
1 parent 735ee46 commit 2ef2e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/coverage/TestCoverage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class TestCoverage implements ITest {

function runTestee(testeeClass:String) {
var params:Array<String> = [
"haxe", "-cp", "src", "-cp", "tests", "-D", "custom-end-instrument", "-D", "test-class=" + testeeClass, "--macro",
'instrument.Instrumentation.coverage(["$testeeClass"],["tests"],[])', "-main", "coverage.testee.CoverageTestMain", "--run",
"haxe", "-cp", "src", "-cp", "tests", "-D", "test-class=" + testeeClass, "--macro",
'instrument.Instrumentation.coverage([\'$testeeClass\'],["tests"],[])', "-main", "coverage.testee.CoverageTestMain", "--run",
"coverage.testee.CoverageTestMain"
];

Expand Down

0 comments on commit 2ef2e82

Please sign in to comment.