Skip to content

Commit

Permalink
Fix #232
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jul 26, 2023
1 parent d6fc495 commit 26f467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for LOCATOR in $(echo "$LOCATORS" | xargs); do
sleep 1

echo "> Running zenohd ... $LOCATOR"
RUST_LOG=debug ./zenohd -l "$LOCATOR" > zenohd."$1".log 2>&1 &
RUST_LOG=debug ./zenohd --plugin-search-dir "$TESTDIR/zenoh-git/target/debug" -l "$LOCATOR" > zenohd."$1".log 2>&1 &
ZPID=$!

sleep 5
Expand Down

0 comments on commit 26f467c

Please sign in to comment.