Failing tests! #128
-
I updated MOOSE, and all of my tests for MOOSE pass, but now I'm getting some tests failing when I try to compile ZAPDOS. The errors are too long to paste here, so I attached them via a text file. Edit: I am using the wrong words: I meant compiling but said tests instead. Are there some new additions to the MOOSE framework that ZAPDOS hasn't dealt with yet? If so, how can I fetch an older version of MOOSE for the time being? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you please elaborate on what you mean by "updated MOOSE". Based on |
Beta Was this translation helpful? Give feedback.
Could you please elaborate on what you mean by "updated MOOSE". Based on
errors.txt
, the error occurs when building MOOSE as a submodule. What is the version of MOOSE you are using as a submodule? If you entergit submodule status
, it should return:f84d6a63256846fa95d55e4859875bc4280a974a crane (v0.1.0-101-gf84d6a6)
ec3499546d443c3bdf384a7eb812f806d25f47bb moose (snapshot-20-10-27-26928-gec3499546d)
fc305d6fc10b5c96179c774eb73f9b71221fdf8a squirrel (heads/master)
If you have difference version of the submodule, then your current version of Zapdos might be outdated and you would need to rebase your branch.