mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "tests: Fix path to `extcmd_test'"
This reverts commit 4054bcf1011c36f3316292bb4fd892a987ab9ca7. The changed path to `extcmd_test' is actually invalid because `extcmd_test' is located beneath `<icingaweb>/modules/test/bin'. I erroneously assumed the latter as invalid because the compiled `extcmd_test' was missing.
This commit is contained in:
parent
9b2d674c50
commit
8727c9b91d
@ -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', BaseTestCase::$testDir . '/bin/extcmd_test');
|
||||
define('EXTCMD_TEST_BIN', './bin/extcmd_test');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user