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;
|
||||
|
||||
if (!defined('EXTCMD_TEST_BIN')) {
|
||||
define('EXTCMD_TEST_BIN', './bin/extcmd_test');
|
||||
define('EXTCMD_TEST_BIN', BaseTestCase::$testDir . '/bin/extcmd_test');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue