removed unnecessary stuff

This commit is contained in:
john30
2017-08-27 16:47:22 +02:00
parent 46f60e821c
commit 203c139d53
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libmosquitto0 libmosquitto0-dev - sudo apt-get install -y libmosquitto0 libmosquitto0-dev
- export CXX=g++-4.8 - export CXX=g++-4.8
- ping -c 1 localhost
script: script:
- ./autogen.sh --enable-coverage && make all test - ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message) - (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)
-3
View File
@@ -83,7 +83,6 @@ if [ ! "$?" = 0 ]; then
echo `date` "php is not available" echo `date` "php is not available"
exit 1 exit 1
fi fi
netstat
php -r ' php -r '
error_reporting(E_ALL); error_reporting(E_ALL);
set_time_limit(0); set_time_limit(0);
@@ -187,7 +186,6 @@ if [ ! "$status" = 0 ]; then
exit 1 exit 1
fi fi
echo `date` "server: $srvpid" echo `date` "server: $srvpid"
sudo lsof -p $srvpid
cat >contrib/etc/ebusd/test.csv <<EOF cat >contrib/etc/ebusd/test.csv <<EOF
#no column names #no column names
u,broadcast,outsidetemp,,,fe,b516,01,temp2,m,D2B u,broadcast,outsidetemp,,,fe,b516,01,temp2,m,D2B
@@ -220,7 +218,6 @@ if [ -z "$pid" ]; then
fi fi
echo `date` "ebusd: $pid" echo `date` "ebusd: $pid"
kill -1 $pid kill -1 $pid
sudo lsof -p $pid
#client: #client:
readarray lines <<EOF readarray lines <<EOF
raw bytes raw bytes