CRASH: Zapdos-opt not found #135
-
Hello, I am having trouble failing tests after compiling Zapdos. I am getting the error that zapdos-opt cannot be found, even though it is in the directory as it should be. Strangely, I can use zapdos-opt to run the tutorial files and they seem to work (although very slowly). See below. Sorry if this is a very basic question or easy fix with a path manipulation, I am a total beginner. (moose) lpennings@L-03-151:~/projects/zapdos$ ./run_tests -j8 Full terminal text: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The MOOSE/Zapdos test harness appears to be trying to call zapdos-opt at the test location, which is unexpected behavior. It should be able to find the executable in its |
Beta Was this translation helpful? Give feedback.
The MOOSE/Zapdos test harness appears to be trying to call zapdos-opt at the test location, which is unexpected behavior. It should be able to find the executable in its
~/projects/zapdos
location. I would like to take a closer look at your environment. Could you post the output text ofenv
in your Terminal with the moose environment enabled?