projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c979246
)
New test for log changes
module_log_level
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 13 Aug 2012 11:19:21 +0000
(11:19 +0000)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 13 Aug 2012 11:19:21 +0000
(11:19 +0000)
test/test_log.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/test/test_log.sh
b/test/test_log.sh
new file mode 100755
(executable)
index 0000000..
403cdc0
--- /dev/null
+++ b/
test/test_log.sh
@@ -0,0
+1,5
@@
+./test_log -p tstlog -v log,module -m module -M 0 SHOULD_LOG_AS_PREVIOUS
+./test_log -p tstlog -v log,module -m module -M log SHOULD_LOG_WITH_LOG_MODULE
+./test_log -p tstlog -v log,module -m module -M debug SHOULD_NOT_LOG_NO_LOG_LEVEL
+./test_log -p tstlog -v log,module,-module -m module -M debug SHOULD_NOT_LOG_NO_MODULE_NO_LOG_LEVEL
+./test_log -p tstlog -v log,module,-module -m module -M log SHOULD_NOT_LOG_NO_MODULE