mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-11 05:00:41 +01:00
You may want to review some of these tests. The "conflict" and "key truncated" test cases are checking for a debug message (rsyslog debug), this may be overkill. Also some tests require jq in $PATH, to get deterministic JSON output (sorted keys). If jq is not found, the tests are skipped.
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/rscript_unflatten_conflict2.sh
|