summaryrefslogtreecommitdiff
path: root/IR-Data/test-suite.sh
diff options
context:
space:
mode:
authorukw2010-06-10 10:04:01 +0000
committerukw2010-06-10 10:04:01 +0000
commit879b06c217259fbe72821796716ad23834248f01 (patch)
tree864100011cbe7c316bdd0f4459add81ba2f3fc10 /IR-Data/test-suite.sh
parentb5ea7869b5946d1dcf8a586d8e0d081cde940989 (diff)
downloadirmp-879b06c217259fbe72821796716ad23834248f01.zip
Version 1.6.1: changed interfaces of irmp_ISR(), irsnd_send_data(), changed debug output of silent, normal and verbose modes, changed uart routines for more portability
git-svn-id: svn://mikrocontroller.net/irmp@22 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'IR-Data/test-suite.sh')
-rw-r--r--IR-Data/test-suite.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/IR-Data/test-suite.sh b/IR-Data/test-suite.sh
index a54440c..da04f68 100644
--- a/IR-Data/test-suite.sh
+++ b/IR-Data/test-suite.sh
@@ -8,7 +8,7 @@
#
# Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
#
-# $Id: test-suite.sh,v 1.9 2010/06/08 22:22:13 fm Exp $
+# $Id: test-suite.sh,v 1.10 2010/06/09 12:04:04 fm Exp $
#----------------------------------------------------------------------------
for j in \
@@ -50,9 +50,9 @@ for j in \
sharp-denon2.txt
do
echo "testing $j ..."
- if ../irmp < $j | grep -q error
+ if ../irmp -v < $j | grep -q error
then
- ../irmp < $j | grep error
+ ../irmp -v < $j | grep error
echo "test failed"
exit 1
fi
@@ -65,9 +65,9 @@ for j in \
fdc-15kHz.txt
do
echo "testing $j ..."
- if ../irmp-15kHz < $j | grep -q error
+ if ../irmp-15kHz -v < $j | grep -q error
then
- ../irmp-15kHz < $j | grep error
+ ../irmp-15kHz -v < $j | grep error
echo "test failed"
exit 1
fi