Skip to content

Commit 7135999

Browse files
committed
add --working-dir to Ruby qltest.cmd to fix Windows
1 parent 9e153cf commit 7135999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/tools/qltest.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
88
--include=**/Gemfile ^
99
--size-limit=5m ^
1010
--language=ruby ^
11+
--working-dir=. ^
1112
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
1213

1314
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)