Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit a3d054b

Browse files
authored
Update .travis-ci.sh
1 parent 06bdec9 commit a3d054b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl -L -o zenohd https://github.com/atolab/atobin/raw/master/zenoh/unstable/ubu
77
curl -L -o zenoh-plugin-storages.cmxs https://github.com/atolab/atobin/raw/master/zenoh-storages/unstable/ubuntu/16.04/zenoh-plugin-storages.cmxs
88
chmod +x $RD/zenohd
99
chmod +x $RD/zenoh-plugin-storages.cmxs
10-
$RD/zenohd -P "$RD/zenoh-plugin-storages.cmxs -w" --verbosity=debug > $RD/zenohd.out 2>&1 & echo $! > $RD/zenohd.pid
10+
$RD/zenohd -P "$RD/zenoh-plugin-storages.cmxs" --verbosity=debug > $RD/zenohd.out 2>&1 & echo $! > $RD/zenohd.pid
1111
ZPID=$(<"$RD/zenohd.pid")
1212
sleep 2;
1313
cat $RD/zenohd.out
@@ -18,4 +18,4 @@ tox
1818
echo "KILLING ZENOHD $ZPID"
1919
kill -15 $ZPID
2020
rm -rf $RD
21-
exit 0
21+
exit 0

0 commit comments

Comments
 (0)