Not disable all test when setting framework test list (#2081)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 26 Jul 2018 01:37:09 +0000 (10:37 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 26 Jul 2018 01:37:09 +0000 (10:37 +0900)
Not disable all test when setting framework test list
It will be used for neurun test

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tools/test_driver/test_driver.sh

index e3e72b3..42289ea 100755 (executable)
@@ -34,7 +34,7 @@ function Usage()
     echo ""
     echo "Following option is only needed when you want to test benchmark."
     echo "--benchmark           - (default=off) run benchmark"
-    echo "--benchmark_op        - (default=off) run benchmark per operation"    
+    echo "--benchmark_op        - (default=off) run benchmark per operation"
     echo "--benchmark_acl       - (default=off) run benchmark-acl"
     echo ""
     echo "Following option is used for profiling."
@@ -116,7 +116,6 @@ do
             FRAMEWORKTEST_ON="true"
             ;;
         --frameworktest_list_file=*)
-            ALLTEST_ON="false"
             FRAMEWORKTEST_LIST_FILE=$PWD/${i#*=}
             if [ ! -e "$FRAMEWORKTEST_LIST_FILE" ]; then
                 echo "Pass on with proper frameworktest_list_file"