change --options to --test-options in run.sh 46/152246/1
authorjiseob.jang <jiseob.jang@samsung.com>
Mon, 25 Sep 2017 10:28:41 +0000 (19:28 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Mon, 25 Sep 2017 10:28:41 +0000 (19:28 +0900)
Change-Id: I38f4219b7a2154c4a28a2dc09247fcb0d89a55cf
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
run.sh

diff --git a/run.sh b/run.sh
index 024961d..f6bd69e 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -8,7 +8,7 @@ usage()
     echo "                 like /opt/usr/coreclr-tc"
     echo "                 Default is '/opt/usr/coreclr-tc'."
     echo "--environment  - You can specify the environment variable for performing the unittest"
-    echo "--options      - You can specify options for performing the unittest"
+    echo "--test-options      - You can specify options for performing the unittest"
     echo "--pending-timeout - You can specify hours for killing pending unittest"
     echo "--crossgen-options - You can specify options for creating ni files"
     echo "--crossgen-for     - You can specify which to create ni for. If you leave this blank or skip, system is default value for this. You can set it to system or fxutc or full"
@@ -45,7 +45,7 @@ do
     --environment=*)
         environment=${i#*=}
         ;;
-    --options=*)
+    --test-options=*)
         options=${i#*=}
         ;;
     --pending-timeout=*)