Skip to content

Commit

Permalink
Added debugging to bash script template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ricci committed Oct 27, 2021
1 parent 35e1532 commit 0110e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/Common/CLRTest.Execute.Bash.targets
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ set -e
<CLRTestExecutionScriptHeader Condition=" $(TargetOS) != 'Android' ">
<![CDATA[
%23%21/usr/bin/env bash
set -x
]]></CLRTestExecutionScriptHeader>

<!-- NOTE! semicolons must be escaped with %3B boooo -->
Expand Down

0 comments on commit 0110e0a

Please sign in to comment.