blob: 6230063442d68851304c195a3a968eb3b1d7ffea [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
Patrick Williamsc0f7c042017-02-23 20:41:17 -06002# Without --ignore-exit, the tap harness causes any FAILs within a
3# test plan to raise ERRORs; this is just noise.
4makeargs="LOG_DRIVER_FLAGS=--ignore-exit"
5make -t all >/dev/null 2>&1 && exec make -s $makeargs check 2>/dev/null