Commit 74fdd9f
committed
Fix make check failure on Debian systems
When make check runs on a Debian system, it is reporting:
FAIL: run_auparse_tests.sh
==========================
cp: cannot stat '../../bindings/swig/python3/.libs/_audit.so': No such file or directory
Updated auparse/test/run_auparse_tests.sh.in to locate the built _audit extension via a glob so Debian’s versioned filenames are copied correctly before the Python tests run.1 parent 62f7816 commit 74fdd9f
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
17 | 33 | | |
18 | 34 | | |
19 | 35 | | |
| |||
0 commit comments