test: Check sending log messages to remote server works

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-10-30 17:14:29 +01:00
parent 72bbee7812
commit 8f459d349a
7 changed files with 38 additions and 9 deletions

View File

@@ -3,6 +3,6 @@
MSG="foobar"
../src/logger -u ${SCK} ${MSG}
../src/logger -u ${SOCK} ${MSG}
grep ${MSG} ${LOG}