fix: copy tests to unit test directory instead of symlinking

This commit is contained in:
Yusuf Bera Ertan 2022-11-16 04:35:40 +03:00
parent 5ed47ba89d
commit 0c9d0c0dda
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -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 "$@"
''