Skip to content
Snippets Groups Projects
Commit a8ef9c39 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

use correct non-overwrite flag for cp

parent f6824c26
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ CONFIG=${CONFIG:-opt} ...@@ -34,7 +34,7 @@ CONFIG=${CONFIG:-opt}
NUNIT_CONSOLE="mono packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe" NUNIT_CONSOLE="mono packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe"
# nunit3-console fails if nunit.framework.dll is not found. # nunit3-console fails if nunit.framework.dll is not found.
cp -u src/csharp/packages/NUnit.3.2.0/lib/net45/nunit.framework.dll src/csharp/packages/NUnit.ConsoleRunner.3.2.0/tools/ cp -n src/csharp/packages/NUnit.3.2.0/lib/net45/nunit.framework.dll src/csharp/packages/NUnit.ConsoleRunner.3.2.0/tools/
# change to gRPC repo root # change to gRPC repo root
cd $(dirname $0)/../.. cd $(dirname $0)/../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment