From 9c7329e875dcb3e563594bb8a6bee04f3be7e466 Mon Sep 17 00:00:00 2001 From: Smile Wei Date: Mon, 29 Aug 2016 12:07:44 -0700 Subject: [PATCH] 1. Rename the script to the shell type. 2. Added a few lines for debugging. --- tests/scripts/{run-xunit-perf.py => run-xunit-perf.sh} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename tests/scripts/{run-xunit-perf.py => run-xunit-perf.sh} (99%) diff --git a/tests/scripts/run-xunit-perf.py b/tests/scripts/run-xunit-perf.sh similarity index 99% rename from tests/scripts/run-xunit-perf.py rename to tests/scripts/run-xunit-perf.sh index e82a019..14986dd 100644 --- a/tests/scripts/run-xunit-perf.py +++ b/tests/scripts/run-xunit-perf.sh @@ -2,11 +2,11 @@ function print_usage { echo '' - echo 'CoreCLR test runner script.' + echo 'CoreCLR perf test script on Linux.' echo '' echo 'Typical command line:' echo '' - echo 'coreclr/tests/runtest.sh' + echo 'coreclr/tests/scripts/run-xunit-perf.sh' echo ' --testRootDir="temp/Windows_NT.x64.Debug"' echo ' --testNativeBinDir="coreclr/bin/obj/Linux.x64.Debug/tests"' echo ' --coreClrBinDir="coreclr/bin/Product/Linux.x64.Debug"' @@ -314,6 +314,7 @@ coreFxNativeBinDir= for i in "$@" do + echo "Current param is $i" case $i in -h|--help) print_usage -- 2.7.4