Skip to content

Parallel mode: Verbose output of actual diff is missing when running in parallel #385

@moshe-autoleadstar

Description

@moshe-autoleadstar

Pint Version

1.24.0

PHP Version

8.4.5

Description

root@b57dadf3af11:/var/www/html# ./vendor/bin/pint --test -v --diff=master

  ⨯

  ──────────────────────────────────────────────────────────────────────────────── Laravel  
    FAIL   ......................................................... 1 file, 1 style issue  
  ⨯ app/Temp.php                                                      no_extra_blank_lines  
  @@ -7,13 +7,6 @@
       public function doSoemthing()
       {
   
  -
  -
  -
  -
  -
  -
  -
           return 0;
       }
   }

rroot@b57dadf3af11:/var/www/html# ./vendor/bin/pint --test -v --diff=master --parallel

  ⨯

──────────────────────────────────────────────────────────────────────────────── Laravel  
    FAIL   ......................................................... 1 file, 1 style issue  
  ⨯ app/Temp.php                                                      no_extra_blank_lines  

Steps To Reproduce

./vendor/bin/pint --test -v --parallel

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions