Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Nov 29, 2024
1 parent ac19d05 commit a5eb8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parallel-crypto3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in stdenv.mkDerivation {
mkdir -p ${placeholder "out"}/test-logs
find .. -type f -name '*_test.xml' -exec cp {} ${placeholder "out"}/test-logs \;
find .. -type f -name '*_benchmark.xml' -exec cp {} ${placeholder "out"}/test-logs \;
cp crypto3/test_errors.txt ${placeholder "out"}/test-logs \
cp parallel-crypto3/test_errors.txt ${placeholder "out"}/test-logs \
'';

shellHook = ''
Expand Down

0 comments on commit a5eb8f3

Please sign in to comment.