add --working-dir to Ruby qltest.cmd to fix Windows

This commit is contained in:
erik-krogh
2023-01-16 14:47:49 +01:00
parent 9e153cfb0d
commit 713599963b

View File

@@ -8,6 +8,7 @@ type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
--include=**/Gemfile ^
--size-limit=5m ^
--language=ruby ^
--working-dir=. ^
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
exit /b %ERRORLEVEL%