Add debugging code to find where Microsoft.DotNet.xunit.performance.runner.cli.dll...
authorSmile Wei <xiwe@microsoft.com>
Mon, 29 Aug 2016 23:34:59 +0000 (16:34 -0700)
committerSmile Wei <xiwe@microsoft.com>
Mon, 29 Aug 2016 23:34:59 +0000 (16:34 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/e3ed1aa01488186436765d5719823b3566bc6130

src/coreclr/tests/scripts/run-xunit-perf.sh

index 7be8949..20cae86 100644 (file)
@@ -382,6 +382,11 @@ create_core_overlay
 precompile_overlay_assemblies
 copy_test_native_bin_to_test_root
 
+echo "find $testNativeBinDir/../../../../../../ -name 'Microsoft.DotNet.xunit.performance.runner.cli.dll'"
+find $testNativeBinDir/../../../../../../ -name 'Microsoft.DotNet.xunit.performance.runner.cli.dll'
+echo "find $testNativeBinDir/../../../../../ -name 'Microsoft.DotNet.xunit.performance.runner.cli.dll'"
+find $testNativeBinDir/../../../../../ -name 'Microsoft.DotNet.xunit.performance.runner.cli.dll'
+
 # Deploy xunit performance packages
 cd $CORE_ROOT