mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7407 - fix unattended test enhancement
This commit is contained in:
@@ -64,7 +64,7 @@ class UnattendedInstallTest extends ItopDataTestCase
|
||||
|
||||
public function testCallUnattendedInstallFromCLI() {
|
||||
$sCliPath = realpath(APPROOT."/setup/unattended-install/unattended-install.php");
|
||||
exec(sprintf("%s %s", PHP_BINARY . " ".$sCliPath), $aOutput, $iCode);
|
||||
exec(sprintf("%s %s", PHP_BINARY, $sCliPath), $aOutput, $iCode);
|
||||
|
||||
$sOutput = implode('\n', $aOutput);
|
||||
var_dump($sOutput);
|
||||
|
||||
Reference in New Issue
Block a user