Skip to content

Commit 4cb52e7

Browse files
committed
InterpMode=3 change for Bash targets
1 parent 483fb13 commit 4cb52e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Common/CLRTest.Execute.Bash.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ fi
408408
409409
if [ ! -z "$RunInterpreter" ]; then
410410
# $(InputAssemblyName)
411-
export DOTNET_Interpreter='$(AssemblyName)!*'
411+
export DOTNET_InterpMode=3
412412
fi
413413
414414
echo $LAUNCHER $ExePath %24(printf "'%s' " "${CLRTestExecutionArguments[@]}")

0 commit comments

Comments
 (0)