mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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
|
||||
|
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…
x
Reference in New Issue
Block a user