From: Smile Wei Date: Mon, 29 Aug 2016 22:40:52 +0000 (-0700) Subject: Add debugging code. X-Git-Tag: accepted/tizen/base/20180629.140029~3700^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f0cd69815793d1baaf491573b37d170bed2a0a3;p=platform%2Fupstream%2Fcoreclr.git Add debugging code. --- diff --git a/tests/scripts/run-xunit-perf.sh b/tests/scripts/run-xunit-perf.sh index 31fa33c..08b1b26 100644 --- a/tests/scripts/run-xunit-perf.sh +++ b/tests/scripts/run-xunit-perf.sh @@ -377,6 +377,19 @@ DO_SETUP=TRUE if [ ${DO_SETUP} == "TRUE" ]; then +echo "dir $testNativeBinDir/../../../../../" +dir $testNativeBinDir/../../../../../ +echo "dir $testNativeBinDir/../../../../../packages" +dir $testNativeBinDir/../../../../../packages +echo "dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli" +dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli +echo "dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035" +dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035 +echo "dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035/lib" +dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035/lib +echo "dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035/lib/netstandard1.3" +dir $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035/lib/netstandard1.3 + sudo cp $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.runner.cli/1.0.0-alpha-build0035/lib/netstandard1.3/Microsoft.DotNet.xunit.performance.runner.cli.dll . sudo cp $testNativeBinDir/../../../../../packages/Microsoft.DotNet.xunit.performance.run.core/1.0.0-alpha-build0035/lib/dotnet/*.dll .