mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Add debug info about classpath value
This commit is contained in:
@@ -31,5 +31,6 @@ try {
|
||||
|
||||
Write-Host "Add selenium to CLASSPATH..."
|
||||
setx "CLASSPATH" "$($seleniumBinPath);$($env:CLASSPATH)" /M
|
||||
Write-Host "CLASSPATH: $($seleniumBinPath);$($env:CLASSPATH)"
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user