Correcting test fixture path

This commit is contained in:
Ash Wilson 2016-03-06 09:31:10 -08:00
parent 88c7762b09
commit ca594c3880
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ FROM ubuntu:15.04
MAINTAINER Ash Wilson
ENV OSMOSDR_GIT="git://git.osmocom.org/libosmocore.git"
ENV OSMOCORE_TAG=0.6.3
#ENV OSMOCORE_TAG=0.6.3
ENV OSMOCORE_TAG=0.6.6
# We know it's going to foul up, so we run this install separately and then ...fix... dpkg status
RUN apt-get update && apt-get install -y uhd-host || \

View File

@ -10,7 +10,7 @@ cd $TEST_DATA_DIRECTORY
gnuradio-companion --version
$RUNLINE | tail -n +2 | tee grgsm_decode_test1_result
diff grgsm_decode_test1_result $TEST_CONTROL_DIRECTORY/grgsm_decode_test1_expected
diff grgsm_decode_test1_result $TEST_FIXTURES_DIRECTORY/grgsm_decode_test1_expected
TEST_RESULT=$?
rm grgsm_decode_test1_result