This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 5150e05 GEODE-9356: Making netcore-tests run on Windows and Linux
(#844)
5150e05 is described below
commit 5150e0550eb06dbbab893f292dc954b7e258e38b
Author: Matthew Reddington <[email protected]>
AuthorDate: Wed Aug 18 14:32:05 2021 -0500
GEODE-9356: Making netcore-tests run on Windows and Linux (#844)
---
ci/lib/templates.lib.txt | 2 +-
packer/linux/install-dotnet.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/lib/templates.lib.txt b/ci/lib/templates.lib.txt
index 98ee197..94df686 100644
--- a/ci/lib/templates.lib.txt
+++ b/ci/lib/templates.lib.txt
@@ -81,7 +81,7 @@ remote_shell cmake -E chdir (@= path @) ctest -C
${CMAKE_CONFIG} -j(@= str(paral
(@ def dotnet_bash_task(path): -@)
set -ueo pipefail
(@= remote_functions() @)
-remote_shell chdir (@= path @) && dotnet test
+remote_shell cmake -E chdir (@= path @) dotnet test
(@- end @)
(@ def clang_tidy_bash_task(): -@)
diff --git a/packer/linux/install-dotnet.sh b/packer/linux/install-dotnet.sh
index e028683..365d513 100644
--- a/packer/linux/install-dotnet.sh
+++ b/packer/linux/install-dotnet.sh
@@ -19,7 +19,7 @@ set -x -e -o pipefail
tmp=$(mktemp)
-curl -o ${tmp} -L $(curl -s https://dot.net/v1/dotnet-install.sh)
+curl -o ${tmp} -L https://dot.net/v1/dotnet-install.sh
bash ${tmp} --channel 3.1