bg didnt work

This commit is contained in:
git@daemon.de
2015-04-24 11:08:20 +02:00
parent 827d6cb3ed
commit a2764241c8

View File

@@ -10,6 +10,6 @@ compiler:
script:
- make PREFIX=/usr
- sudo make install
- sudo udpxd -l 127.0.0.1:53 -d 8.8.8.8:53 &; echo $? > /tmp/udpxd.pid
- sudo udpxd -l 127.0.0.1:53 -d 8.8.8.8:53 &
- dig +nocmd +noall +answer google.de a @127.0.0.1
- sudo kill `cat /tmp/udpxd.pid`
- sudo killall udpxd