mirror of
git://c9x.me/qbe.git
synced 2026-04-06 02:19:47 +00:00
also catch stderr
This commit is contained in:
parent
ef5ae515a0
commit
a9a723e008
@ -4,8 +4,8 @@ for t in test/*
|
||||
do
|
||||
printf "Test $t ... "
|
||||
|
||||
./lisc $t 2>&1 > /tmp/out.0
|
||||
./lisc.1 $t 2>&1 > /tmp/out.1
|
||||
./lisc $t >/tmp/out.0 2>&1
|
||||
./lisc.1 $t >/tmp/out.1 2>&1
|
||||
|
||||
if diff /tmp/out.0 /tmp/out.1 > /dev/null
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user