devenv icon indicating copy to clipboard operation
devenv copied to clipboard

tests: folder with spaces

Open domenkozar opened this issue 1 year ago • 2 comments

Fixes https://github.com/cachix/devenv/issues/1107

nix build
PATH=$PWD/result/bin:$PATH ./result/bin/devenv-run-tests --only 'folder with spaces' tests

domenkozar avatar Apr 09 '24 09:04 domenkozar

Fixes #1107

nix build
PATH=$PWD/result/bin:$PATH ./result/bin/devenv-run-tests --only 'folder with spaces' tests

I tried running this and got the below as a result:

nix build PATH=$PWD/result/bin:$PATH ./result/bin/devenv-run-tests --only 'folder with spaces' tests path '/Users/eftichis0202/Avriofilms M.I.K.E Dropbox/Felix Schneider/06 Websites/03 Zuschuss Zentrale/_NEW Repos/oux-web' does not contain a 'flake.nix', searching up error: path '/Users/eftichis0202/Avriofilms M.I.K.E Dropbox/Felix Schneider/06 Websites/03 Zuschuss Zentrale/_NEW Repos/oux-web' is not part of a flake (neither it nor its parent directories contain a 'flake.nix' file) zsh: no such file or directory: ./result/bin/devenv-run-tests

eftichis0202 avatar May 06 '24 20:05 eftichis0202

@domenkozar Could you help me out with this?

eftichis0202 avatar May 11 '24 13:05 eftichis0202