citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 2316077239b28bf35168d1a33809be5772327a82
parent 7bba9b002350423aba0791cc90412c150f670e0f
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 26 Nov 2016 12:36:20 -0700

t: suppress error output

Diffstat:
Mt/inst_fail.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/inst_fail.sh b/t/inst_fail.sh @@ -11,7 +11,7 @@ enter_tmpdir echo "int main(void) { return 0; " > bad.c -citrun-wrap cc -c bad.c +citrun-wrap cc -c bad.c 2> /dev/null ok "is citrun-wrap exit code 1" test $? -eq 1 cat <<EOF > check.good