antonioribeiro / tddd

A Laravel Continuous Integration Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot open file

robsontenorio opened this issue · comments

Hi,

It does not handle path with "spaces".

'myproject' => [
            'path'          => '/Volumes/Backup\ HD/Dropbox/dev/myproject',
...

captura de tela 2017-10-28 as 02 03 57

@antonioribeiro any workarounds?

Should not be a problem, no need to scape it.

Works fine here:

image

image

Well, maybe a OSX issue. I solved moving my workspace to another folder. thanks!

Also on OSX here.

No need to move it, just try to symlink your /dev, like

ln -s /Volumes/Backup\ HD/Dropbox/dev /dev

@antonioribeiro Sem problemas, parabéns pelo projeto :)