summaryrefslogtreecommitdiff
path: root/scripts/command/tizen_xu4_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/command/tizen_xu4_test.sh')
-rwxr-xr-xscripts/command/tizen_xu4_test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/command/tizen_xu4_test.sh b/scripts/command/tizen_xu4_test.sh
index d56dae2b5..38894df0f 100755
--- a/scripts/command/tizen_xu4_test.sh
+++ b/scripts/command/tizen_xu4_test.sh
@@ -131,17 +131,17 @@ fi
# run unittest
if [ "$UNITTEST" == "on" ]; then
- $SDB_CMD shell $TEST_ROOT/tools/test_driver/test_driver.sh --unittest --artifactpath=$TEST_ROOT
+ $SDB_CMD shell $TEST_ROOT/tests/scripts/test_driver.sh --unittest --artifactpath=$TEST_ROOT
fi
# run framework test
if [ "$FRAMEWORK" == "on" ]; then
- $SDB_CMD shell $TEST_ROOT/tools/test_driver/test_driver.sh --frameworktest --artifactpath=$TEST_ROOT
+ $SDB_CMD shell $TEST_ROOT/tests/scripts/test_driver.sh --frameworktest --artifactpath=$TEST_ROOT
fi
# run verification
if [ "$VERIFICATION" == "on" ]; then
- $SDB_CMD shell $TEST_ROOT/tools/test_driver/test_driver.sh --verification --artifactpath=$TEST_ROOT
+ $SDB_CMD shell $TEST_ROOT/tests/scripts/test_driver.sh --verification --artifactpath=$TEST_ROOT
fi
# pull gcov files