Skip to content

Commit

Permalink
Fix API CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Jul 26, 2023
1 parent 26f467c commit b9ccf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ ! -f zenohd ]; then
if [ -n "$ZENOH_BRANCH" ]; then
git switch "$ZENOH_BRANCH"
fi
cargo build
cargo build --lib --bin zenohd
cp ./target/debug/zenohd "$TESTDIR"/
cd "$TESTDIR"|| exit
fi
Expand All @@ -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 b9ccf63

Please sign in to comment.