We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c95a9 commit ffa793dCopy full SHA for ffa793d
eng/helix/vstest/runtests.sh
@@ -59,6 +59,7 @@ export DOTNET_MULTILEVEL_LOOKUP=0
59
export DOTNET_CLI_HOME="$HELIX_CORRELATION_PAYLOAD/home"
60
61
export helix="$4"
62
+export SeleniumProcessTrackingFolder="$HELIX_CORRELATION_PAYLOAD"
63
64
$DOTNET_ROOT/dotnet vstest $1 -lt >discovered.txt
65
if grep -q "Exception thrown" discovered.txt; then
0 commit comments