citrun

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

commit b5206ffea99a6e236f4ec2f97d4e34a2f755fec1
parent 3d01c913b2ffc0689645ae3c415d8f97b14f460e
Author: kyle <kyle@0x30.net>
Date:   Fri, 25 Nov 2016 22:44:14 -0700

tt/bash: bring back up to date

Diffstat:
Mtt/bash.sh | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tt/bash.sh b/tt/bash.sh @@ -3,7 +3,7 @@ # Check that Bash works with C It Run. # . tt/package.subr "shells/bash" -plan 10 +plan 11 enter_tmpdir @@ -204,9 +204,10 @@ zread.c 219 zwrite.c 65 EOF -CITRUN_PROCFILE="$tmpdir/procfile.shm" $workdir/bash < /dev/null +$workdir/bash < /dev/null -perl -I$treedir $treedir/tt/write_tus.pl $tmpdir +ok "is write_tus.pl exit code 0" \ + perl -I$treedir $treedir/tt/write_tus.pl ${CITRUN_PROCDIR}bash_* ok "sorting" sort -o tu_list.out tu_list.out ok "translation unit manifest" diff -u tu_list.good tu_list.out