Replies: 2 comments 4 replies
-
if you are running the test cases in idea intellij you can go in Edit configuration --> and from working directory remove the test suffix from existing path and try running your test cases |
Beta Was this translation helpful? Give feedback.
-
@samsrabin hmmm. I always use the Makefile in the python directory to run run_sys_tests there. That shouldn't matter as long as you are in the python directory, which it sounds like you are. One guess is the python version you are using? What does python3 --version give? Many of the files in the testinputs directory are binary files stored under LFS and you have to do special setup to get them working right. But, this file should be stored directly as an ASCII file directly in git. I guess I'd look at the file to make sure it has content in it... |
Beta Was this translation helpful? Give feedback.
-
Doing
./run_ctsm_py_tests
on Cheyenne gives me 15 errors where it seems to think that the directory I'm running from doesn't exist.6 of the errors (e.g., for
test_createTestCommand_testfileAndExtraArgs
) are like this:The other 9 errors (e.g., for
test_check_args_badconfig
) are like this:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions