Skip to content

Commit 5bea912

Browse files
committed
Log the (docker) commands that are executed
1 parent aee0919 commit 5bea912

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stepup/tests/behat/features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class FeatureContext implements Context
4848

4949
public static function execCommand(string $command): void
5050
{
51+
echo "\nExecuting command: '$command'\n";
5152
$output = [];
5253
$returnCode = -1;
5354
$result = exec($command, $output, $returnCode);

0 commit comments

Comments
 (0)