1. Rename the script to the shell type.
authorSmile Wei <xiwe@microsoft.com>
Mon, 29 Aug 2016 19:07:44 +0000 (12:07 -0700)
committerSmile Wei <xiwe@microsoft.com>
Mon, 29 Aug 2016 19:07:44 +0000 (12:07 -0700)
2. Added a few lines for debugging.

tests/scripts/run-xunit-perf.sh [moved from tests/scripts/run-xunit-perf.py with 99% similarity]

similarity index 99%
rename from tests/scripts/run-xunit-perf.py
rename to tests/scripts/run-xunit-perf.sh
index e82a019..14986dd 100644 (file)
@@ -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