Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkprocdata_map tests aren't working because of bad return statement in script #415

Closed
ekluzek opened this issue Jun 11, 2018 · 0 comments
Closed
Assignees
Labels
bug something is working incorrectly

Comments

@ekluzek
Copy link
Collaborator

ekluzek commented Jun 11, 2018

General Type of Issue: bug

Details of Issue:

There's an extra return statement that is erroring out in tools testing and marking a successful run as an error. Just removing it allows testing to PASS.

diff --git a/tools/mkprocdata_map/mkprocdata_map_wrap b/tools/mkprocdata_map/mkprocdata_map_wrap
index 1d951a8..4744b0e 100755
--- a/tools/mkprocdata_map/mkprocdata_map_wrap
+++ b/tools/mkprocdata_map/mkprocdata_map_wrap
@@ -248,4 +248,3 @@ EOF
 fi

echo "Successfully regridded data"
-return 0

What is the CTSM version you are using (output of git describe)?: clm5.0.dev012

What is the machine you are running on:? cheyenne


@ekluzek ekluzek added the bug something is working incorrectly label Jun 11, 2018
@ekluzek ekluzek self-assigned this Jun 11, 2018
billsacks pushed a commit to billsacks/ctsm that referenced this issue Feb 22, 2019
mariuslam pushed a commit to NordicESMhub/ctsm that referenced this issue Aug 26, 2019
Code of conduct and other stuff prior to make repo public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly
Projects
None yet
Development

No branches or pull requests

1 participant