https://issues.dlang.org/show_bug.cgi?id=22729
--- Comment #11 from [email protected] --- (In reply to Alexey from comment #5) > runned it like this: `dustmite . 'dub build' > ../dust_log 2>&1` Dustmite expects a command that exits with code 0 iff the error is present in the current iteration - dub build returns code 0 for successful builds. --
