File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ if [[ -n "$wasm_bundle_directory" ]]; then
430
430
fi
431
431
432
432
# Workaround: escaping the quotes around `--wasmArgs=..` so they get retained for the actual command line
433
- extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --wasmEngine $javascript_engine_path --wasmArgs \\\" $wasm_args \\\" --cli \$ HELIX_CORRELATION_PAYLOAD/dotnet/dotnet --wasmDataDir \$ HELIX_CORRELATION_PAYLOAD/wasm-data"
433
+ extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --wasmEngine $javascript_engine_path \\\" --wasmArgs= $wasm_args \\\" --cli \$ HELIX_CORRELATION_PAYLOAD/dotnet/dotnet --wasmDataDir \$ HELIX_CORRELATION_PAYLOAD/wasm-data"
434
434
if [[ " $wasmaot " == " true" ]]; then
435
435
extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --aotcompilermode wasm --buildTimeout 3600"
436
436
fi
You can’t perform that action at this time.
0 commit comments