Todd C. Miller
|
e5834bd405
|
Use #include <config.h> not #include "config.h" for consistency.
Otherwise, some compilers may do the wrong thing in a build
dir if there is a config.h file in the source dir too.
|
2022-06-29 08:47:16 -06:00 |
|
Todd C. Miller
|
d688f4d34e
|
Back out regex use in python tests, filter the output instead.
This makes it possible to regenerate the test output again.
Also adds an update_test_data target to the Makefile.
|
2020-11-11 19:04:01 -07:00 |
|
Todd C. Miller
|
fa5025a569
|
Use regex to match __init__.py instead of hacking it in verify_log_lines()
|
2020-04-07 14:03:58 -06:00 |
|
Todd C. Miller
|
a77ef93f8a
|
Use regular expressions when matching expected and actual text.
|
2020-04-07 14:03:58 -06:00 |
|
Todd C. Miller
|
ec78f06890
|
Don't hard-code path to logging/__init__.py or line numbers.
Allows python plugin tests to success on versions other than 3.7.
|
2020-03-11 17:18:10 -06:00 |
|
Robert Manner
|
8cacaabe9b
|
plugins/python/regress: add missing license texts
|
2020-01-20 06:30:20 -07:00 |
|
Robert Manner
|
5da7bd562c
|
plugins/python/regress: adds tests for python plugin feature and examples
|
2020-01-20 06:30:20 -07:00 |
|