Use `rsync` instead of `cp -r` and resolve symlinks. (#8044)

Resolving symlinks makes the test start executing. However, locally I
still got some test failures, which I don't know if are expected or not.
But still, it is some progress.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
This commit is contained in:
Mihai Maruseac 2022-07-20 14:09:07 -07:00 committed by GitHub
parent 71f4c01843
commit 0296d0f379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@
################################################################################
bazel build BouncyCastleAllTests
cp -r bazel-bin/* $OUT
rsync -aLkR bazel-bin/* $OUT