From: Jeff A. <ja...@fa...> - 2019-08-11 19:52:38
|
I'm dry-running the steps to make a release. The instructions say "run all the tests" and "ant test" seems to do that, so I've been trying to make it work. I've restored a missing JAR, and right now there seems only to be one failure. ~/tests/modjy/java/com/xhaus/ModjyTestAppInvocation.java is looking for ~/tests/modjy/test_apps_dir/invocation_tests.py but it has never existed in our codebase. Presumably, it was overlooked at check it in. Definitely, we have not run these tests successfully since https://hg.python.org/jython/rev/76f8e597de04 . I'm reluctant to remove the tests that need it if it might be around somewhere. Anyone know? -- Jeff Allen |