Skip to content
Snippets Groups Projects
Commit 93b46c1a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: add logging test

parent 24c3fe8a
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,15 @@ if [ ! -z "$(diff *)" ]; then
exit 1
fi
echo '[Ok]'
popd > /dev/null
rm -r $backupdir
popd > /dev/null
###############################################################################
# Below we execute other util commands as a simple check that they do not fail.
###############################################################################
echo -n 'testing logging... '
$UTILSPATH/log.sh "start"
$UTILSPATH/log.sh "get" > /dev/null
$UTILSPATH/log.sh "stop"
echo '[Ok]'
echo '[Completed]'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment