mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
add --working-dir to Ruby qltest.cmd to fix Windows
This commit is contained in:
@@ -8,6 +8,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
|||||||
--include=**/Gemfile ^
|
--include=**/Gemfile ^
|
||||||
--size-limit=5m ^
|
--size-limit=5m ^
|
||||||
--language=ruby ^
|
--language=ruby ^
|
||||||
|
--working-dir=. ^
|
||||||
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
||||||
|
|
||||||
exit /b %ERRORLEVEL%
|
exit /b %ERRORLEVEL%
|
||||||
|
|||||||
Reference in New Issue
Block a user