blob: c4dbe50f21be68f2d530b5b879fe8e95972d8924 [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.
Andrew Geissler5199d832021-09-24 16:47:35 -05004export LD_LIBRARY_PATH=FIXMEPTESTPATH/tests/utils/testapp/userspace-probe-elf-binary/.libs
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005makeargs="LOG_DRIVER_FLAGS=--ignore-exit top_srcdir=$PWD top_builddir=$PWD"
6make -k -t all >/dev/null 2>&1
Brad Bishopf3fd2882019-06-21 08:06:37 -04007exec make -k -s $makeargs check 2>/dev/null | sed -e 's#/tmp/tmp\...........#/tmp/tmp.XXXXXXXXXX#g'