diff --git a/arcanist_util/config/RocksDBCommonHelper.php b/arcanist_util/config/RocksDBCommonHelper.php index 3edfc5999..0e368c044 100644 --- a/arcanist_util/config/RocksDBCommonHelper.php +++ b/arcanist_util/config/RocksDBCommonHelper.php @@ -134,6 +134,7 @@ function getSteps($applyDiff, $diffID, $username, $test) { "name" => "Run " . $test, "shell" => $cmd, "user" => "root", + "parser" => "python build_tools/error_filter.py " . $test, ); $steps[] = $run_test;