From 6c3d62162726481a7869f3d686b24393ba976f48 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 30 Oct 2018 11:57:26 -0700 Subject: [PATCH] Supress non-FASM output. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- minitests/roi_harness/bit2fasm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitests/roi_harness/bit2fasm.sh b/minitests/roi_harness/bit2fasm.sh index 235d6888..41946c06 100755 --- a/minitests/roi_harness/bit2fasm.sh +++ b/minitests/roi_harness/bit2fasm.sh @@ -3,5 +3,5 @@ set -ex BIT_IN=$1 BITS=$(tempfile --suffix .bits) -${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o ${BITS} -z -y ${BIT_IN} +${XRAY_BITREAD} -F $XRAY_ROI_FRAMES -o ${BITS} -z -y ${BIT_IN} > /dev/null ${XRAY_BITS2FASM} ${BITS}