mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-21 09:59:40 +00:00
update(tests): add message for failing configuration schema test
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
3c95c0512d
commit
8a19f1b135
@ -23,7 +23,7 @@ limitations under the License.
|
|||||||
do { \
|
do { \
|
||||||
for(const auto& pair : res) { \
|
for(const auto& pair : res) { \
|
||||||
auto validation_status = pair.second; \
|
auto validation_status = pair.second; \
|
||||||
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)); \
|
EXPECT_TRUE(sinsp_utils::startswith(validation_status, status)) << validation_status; \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user