summaryrefslogtreecommitdiff
path: root/IR-Data
diff options
context:
space:
mode:
Diffstat (limited to 'IR-Data')
-rw-r--r--IR-Data/test-suite.sh19
1 files changed, 10 insertions, 9 deletions
diff --git a/IR-Data/test-suite.sh b/IR-Data/test-suite.sh
index 58a2c9a..3e68111 100644
--- a/IR-Data/test-suite.sh
+++ b/IR-Data/test-suite.sh
@@ -70,9 +70,9 @@ do
echo "testing $j ..."
if tmpsrc/irmp -v < $j | grep -q error
then
- tmpsrc/irmp -v < $j | grep error
- echo "test failed"
- exit 1
+ tmpsrc/irmp -v < $j | grep error
+ echo "test failed"
+ exit 1
fi
done
@@ -85,15 +85,16 @@ for j in \
recs80-15kHz.txt \
samsung32-15kHz.txt \
t-home-mediareceiver-15kHz.txt \
+ tp400vt-15kHz.txt \
universal-15kHz.txt \
xbox360-15kHz.txt
do
echo "testing $j ..."
if tmpsrc/irmp-15kHz -v < $j | grep -q error
then
- tmpsrc/irmp-15kHz -v < $j | grep error
- echo "test failed"
- exit 1
+ tmpsrc/irmp-15kHz -v < $j | grep error
+ echo "test failed"
+ exit 1
fi
done
@@ -105,9 +106,9 @@ do
echo "testing $j ..."
if tmpsrc/irmp-20kHz -v < $j | grep -q error
then
- tmpsrc/irmp-20kHz -v < $j | grep error
- echo "test failed"
- exit 1
+ tmpsrc/irmp-20kHz -v < $j | grep error
+ echo "test failed"
+ exit 1
fi
done