Skip to content

Commit

Permalink
Minor stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf Fokkens committed Apr 25, 2015
1 parent 3bc144a commit f3cf852
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -13,3 +13,6 @@ tar:

test: bdsync
./tests.sh

clean:
rm -f bdsync
4 changes: 2 additions & 2 deletions tests.sh
Expand Up @@ -6,8 +6,8 @@ RET=0
for i in tests/test[0-9]*.sh
do
echo `basename $i`:
$i > $TMP || RET=1
sed 's/^/ /' < $TMP
$i | sed 's/^/ /'
[ "${PIPESTATUS[0]}" == 0 ] || RET=1
done

rm -f $TMP
Expand Down

0 comments on commit f3cf852

Please sign in to comment.