pivotal-jbarrett commented on a change in pull request #844:
URL: https://github.com/apache/geode-native/pull/844#discussion_r690624704



##########
File path: 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 cd (@= path @) && dotnet test

Review comment:
       Use the `cmake -E chdir` like all the other test executions. It 
normalizes the `cd` like operations across all platforms.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to