summaryrefslogtreecommitdiff
path: root/.travis/gtest_dlt_all.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/gtest_dlt_all.sh')
-rwxr-xr-x.travis/gtest_dlt_all.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/.travis/gtest_dlt_all.sh b/.travis/gtest_dlt_all.sh
index 4273859..1eeb231 100755
--- a/.travis/gtest_dlt_all.sh
+++ b/.travis/gtest_dlt_all.sh
@@ -41,15 +41,9 @@ function gtest_run_test()
echo "$1 passed"
}
-pushd tests > /dev/null
-
-gtest_run_test gtest_dlt_common
-
-gtest_run_test gtest_dlt_user
+CTEST_OUTPUT_ON_FAILURE=1 make test
-gtest_run_test gtest_dlt_daemon_common
-
-gtest_run_test gtest_dlt_daemon_event_handler
+pushd tests > /dev/null
# Without General section in dlt_gateway.conf
./gtest_dlt_daemon_gateway.sh > /dev/null
@@ -62,6 +56,4 @@ gtest_run_test gtest_dlt_daemon_gateway
./gtest_dlt_daemon_logstorage.sh > /dev/null
gtest_run_test gtest_dlt_daemon_offline_log
-gtest_run_test dlt_env_ll_unit_test
-
popd > /dev/null