Skip to content

Commit

Permalink
test: remove leftover extra log tracking in tests/bin/run.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <[email protected]>
  • Loading branch information
starpit committed Nov 1, 2024
1 parent 8932bd2 commit d0b2ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ then
fi
else
"$SCRIPTDIR"/up.sh $testname &
"$testapp" logs -c workstealer -t $LUNCHPAIL_TARGET -f &
# "$testapp" logs -c workstealer -t $LUNCHPAIL_TARGET -f &
fi

if [[ -e "$1"/init.sh ]]; then
Expand Down

0 comments on commit d0b2ba7

Please sign in to comment.