mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
tests: Fix path to `extcmd_test'
The path to `extcmd_test' is now `<icingaweb>/test/php/extcmd_test' instead of being relative to the current directory. refs #6542
This commit is contained in:
parent
545a153490
commit
4054bcf101
@ -19,7 +19,7 @@ use Icinga\Module\Monitoring\Command\ScheduleCheckCommand;
|
|||||||
use Icinga\Module\Monitoring\Command\SubmitPassiveCheckresultCommand;
|
use Icinga\Module\Monitoring\Command\SubmitPassiveCheckresultCommand;
|
||||||
|
|
||||||
if (!defined('EXTCMD_TEST_BIN')) {
|
if (!defined('EXTCMD_TEST_BIN')) {
|
||||||
define('EXTCMD_TEST_BIN', './bin/extcmd_test');
|
define('EXTCMD_TEST_BIN', BaseTestCase::$testDir . '/bin/extcmd_test');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user