We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee0919 commit 5bea912Copy full SHA for 5bea912
1 file changed
stepup/tests/behat/features/bootstrap/FeatureContext.php
@@ -48,6 +48,7 @@ class FeatureContext implements Context
48
49
public static function execCommand(string $command): void
50
{
51
+ echo "\nExecuting command: '$command'\n";
52
$output = [];
53
$returnCode = -1;
54
$result = exec($command, $output, $returnCode);
0 commit comments