summaryrefslogtreecommitdiff
path: root/tests/start_systemd_journal_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* journald adaptor: test with sudo privileges (#18)Gordan Markuš2017-06-161-2/+2
| | | | | | | | Users in the 'systemd-journal' group can see all journalctl messages. Usually the user is not found in that group and the "start_systemd_journal_test.sh" script might hang because of this. Starting "dlt-system" with sudo privileges will mitigate this risk. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com>
* Systemd-journal-test: Add WITH_DLT_UNIT_TEST flag when building sourcesChristoph Lipka2016-10-241-1/+1
| | | | Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
* Add start_system_logger_test.sh Modify start_filetransfer_test.sh Modify ↵Stefan Held2015-07-211-1/+5
| | | | | | | start_systemd_journal_test.sh Signed-off-by: Stefan Held <stefan_held@mentor.com> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
* Add shortcuts for different tests in dlt_test_receiver Modify ↵Stefan Held2015-07-211-0/+34
start_filetransfer_test.sh Create start_systemd_journal_test.sh Signed-off-by: Stefan Held <stefan_held@mentor.com> Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>