summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarret Shook <jashoo@microsoft.com>2019-07-03 16:23:22 -0700
committerGitHub <noreply@github.com>2019-07-03 16:23:22 -0700
commit16b6f2c9c2196bfc32020dcd12cda4c4f34279df (patch)
treef25e5e7f3c2a6b2e23b491826202db61b2cca3c5 /tests
parent01da3bdd734c887856f89037cd4a3f2b5a072967 (diff)
downloadcoreclr-16b6f2c9c2196bfc32020dcd12cda4c4f34279df.tar.gz
coreclr-16b6f2c9c2196bfc32020dcd12cda4c4f34279df.tar.bz2
coreclr-16b6f2c9c2196bfc32020dcd12cda4c4f34279df.zip
Enable coredumps on unix (#25551)
* Enable coredumps on unix * Remove morph change
Diffstat (limited to 'tests')
-rw-r--r--tests/helixpublishwitharcade.proj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/helixpublishwitharcade.proj b/tests/helixpublishwitharcade.proj
index a361d4b58e..a128099a9a 100644
--- a/tests/helixpublishwitharcade.proj
+++ b/tests/helixpublishwitharcade.proj
@@ -197,6 +197,10 @@
<HelixPreCommand Include="export __TestEnv=$HELIX_WORKITEM_PAYLOAD/$(TestEnvFileName)" />
<HelixPreCommand Include="export __TestTimeout=$(TimeoutPerTestInMilliseconds)" Condition=" '$(TimeoutPerTestInMilliseconds)' != '' " />
<HelixPreCommand Include="cat $__TestEnv" />
+
+ <!-- Setup coredumps for linux. Core Dumps are currently not supported -->
+ <!-- on OSX -->
+ <HelixPreCommand Include="sudo bash -c 'echo /home/helixbot/dotnetbuild/dumps/core.%u.%p > /proc/sys/kernel/core_pattern'" Condition=" '$(BuildOS)' != 'OSX' " />
</ItemGroup>
<PropertyGroup>