aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scripts
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-17 11:03:56 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-17 11:03:56 +0200
commite3e53a85f7187a15c9b64f80224918e590917397 (patch)
treeeec4fe7beaef143e7e8d6a4ac3ba3ad77823a96f /tests/scripts
parent67dbae4e36402d400db1bcc14c7a0046ad676949 (diff)
parent89f3624b748b5ee751edca340f16204807e15d4b (diff)
Merge branch 'master' into development
Diffstat (limited to 'tests/scripts')
-rwxr-xr-xtests/scripts/decode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh
index 014a5d3..be5a9c3 100755
--- a/tests/scripts/decode.sh
+++ b/tests/scripts/decode.sh
@@ -15,7 +15,7 @@ gnuradio-companion --version
cd $TEST_DIR
cat $CAPFILE | head -c 6000000 > $SHORTENED_CAPFILE
-$RUNLINE | tail -n +4 | tee $RESULT_OBTAINED
+$RUNLINE | grep -A 999999 "860933 1329237: 59 06 1a 8f 6d 18 10 80 00 00 00 00 00 00 00 00 00 00 00 78 b9 00 00" | tee $RESULT_OBTAINED
diff $RESULT_EXPECTED $RESULT_OBTAINED
TEST_RESULT=$?