From 28773698d1e7d55f987a8fd4e390517c9c3726e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=98=A4=ED=98=95=EC=84=9D/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Thu, 26 Jul 2018 10:37:09 +0900 Subject: [PATCH] Not disable all test when setting framework test list (#2081) Not disable all test when setting framework test list It will be used for neurun test Signed-off-by: Hyeongseok Oh --- tools/test_driver/test_driver.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/test_driver/test_driver.sh b/tools/test_driver/test_driver.sh index e3e72b3..42289ea 100755 --- a/tools/test_driver/test_driver.sh +++ b/tools/test_driver/test_driver.sh @@ -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" -- 2.7.4