Skip to content

Commit b8e09e0

Browse files
committed
Remove the Python test entry in Makefile.am
The wrapper script executes the Python test when Python support is enabled
1 parent f0f6412 commit b8e09e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

auparse/test/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ CONFIG_CLEAN_FILES = *.loT *.rej *.orig *.cur
2424
noinst_PROGRAMS = auparse_test auparselol_test lookup_test databuf_test
2525
TESTS = run_auparse_tests.sh run_auparselol_test.sh lookup_test databuf_test
2626
dist_check_SCRIPTS = run_auparse_tests.sh run_auparselol_test.sh
27-
if USE_PYTHON3
28-
TESTS += auparse_test.py
29-
dist_check_SCRIPTS += auparse_test.py
30-
endif
3127
EXTRA_DIST = auparse_test.ref auparse_test.ref.py test.log test2.log test3.log test4.log auditd_raw.sed run_auparse_tests.sh auparse_test.py run_auparselol_test.sh
3228
CLEANFILES = run_auparse_tests.sh run_auparselol_test.sh
3329

0 commit comments

Comments
 (0)