Skip to content

Commit ac73ad7

Browse files
committed
fix running sys tests on appveyor
1 parent 50c082b commit ac73ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/scripts/tests/systemTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $systemTestOutput = (Resolve-Path "$testOutput\system")
33

44
.\runsystemtests.bat `
55
--variable whichNVDA:installed `
6-
--variable installDir: "${env:nvdaLauncherFile}" `
6+
--variable installDir:"${env:nvdaLauncherFile}" `
77
--include installer `
88
--include NVDA `
99
# last line inentionally blank, allowing all lines to have line continuations.

0 commit comments

Comments
 (0)