mirror of https://github.com/Icinga/icinga2.git
parent
a4ec56c0f8
commit
8567404330
|
@ -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
|
||||
|
|
|
@ -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 New Issue