mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
parent
a4ec56c0f8
commit
8567404330
2 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,13 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
TESTS = \
|
||||
icinga2_test
|
||||
run-tests.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
run-tests.sh
|
||||
|
||||
CLEANFILES = \
|
||||
results.xml
|
||||
|
||||
check_PROGRAMS = \
|
||||
icinga2_test
|
||||
|
|
|
|||
2
test/run-tests.sh
Executable file
2
test/run-tests.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec ./icinga2_test --log_format=XML --log_sink=results.xml --log_level=all --report_level=no
|
||||
Loading…
Reference in a new issue