mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-27 16:33:05 +03:00
fix: copy tests to unit test directory instead of symlinking
This commit is contained in:
parent
5ed47ba89d
commit
0c9d0c0dda
@ -26,7 +26,7 @@ in
|
||||
''
|
||||
export dream2nixSrc=${../../.}/src
|
||||
mkdir -p tests
|
||||
ln -sf ${framework.utils.scripts.nixFFI} tests
|
||||
ln -sf ${self}/tests/unit/* tests
|
||||
ln -sf ${framework.utils.scripts.nixFFI} tests/nix_ffi.py
|
||||
cp -r ${self}/tests/unit/* tests
|
||||
${pythonEnv}/bin/pytest tests -n $(nproc) -v "$@"
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user