File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 71
71
<HelixPreCommand Condition =" '$(Scenario)' != ''" Include =" export SCENARIO=$(Scenario)" />
72
72
<HelixPreCommand Include =" export XHARNESS_DISABLE_COLORED_OUTPUT=true" />
73
73
<HelixPreCommand Include =" export XHARNESS_LOG_WITH_TIMESTAMPS=true" />
74
+ <HelixPreCommand Include =" export WASMTIME_BACKTRACE_DETAILS=1" />
74
75
<HelixPreCommand Condition =" '$(NeedsWasmtime)' == 'true'" Include =" export PATH=$HELIX_CORRELATION_PAYLOAD/wasmtime:$PATH" />
75
76
<HelixPreCommand Condition =" '$(NeedsWasiSdk)' == 'true'" Include =" export PATH=$HELIX_CORRELATION_PAYLOAD/wasi-sdk:$PATH" />
76
77
</ItemGroup >
79
80
<HelixPreCommand Condition =" '$(Scenario)' != ''" Include =" set SCENARIO=$(Scenario)" />
80
81
<HelixPreCommand Include =" set XHARNESS_DISABLE_COLORED_OUTPUT=true" />
81
82
<HelixPreCommand Include =" set XHARNESS_LOG_WITH_TIMESTAMPS=true" />
83
+ <HelixPreCommand Include =" set WASMTIME_BACKTRACE_DETAILS=1" />
82
84
<HelixPreCommand Condition =" '$(NeedsWasmtime)' == 'true'" Include =" set PATH=%HELIX_CORRELATION_PAYLOAD%\wasmtime%3B%PATH%" />
83
85
<HelixPreCommand Condition =" '$(NeedsWasiSdk)' == 'true'" Include =" set PATH=%HELIX_CORRELATION_PAYLOAD%\wasi-sdk%3B%PATH%" />
84
86
</ItemGroup >
You can’t perform that action at this time.
0 commit comments