svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
97 stars 63 forks source link

Housekeeping test may not be correct, but not causing errors #775

Closed gonuke closed 2 years ago

gonuke commented 3 years ago

Describe the Bug
The housekeeping test should run clang-format but there appears to be an error finding it.

To Reproduce
All PR's will launch the Housekeeping test. Here is one example (expand the "Housekeeping" job on the right).

The script runs find and passes results through clang-format. When it doesn't find it, it reports an error but also does not produce any output that is later checked for pass/fail.

Expected Behavior
The find command should function correctly and possibly generate output.

clang-format

pshriwise commented 2 years ago

Addressed in #776