Skip to content

Commit

Permalink
test: provide more logs in sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 7, 2024
1 parent a1f96f2 commit 59a6b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sanity/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ fi
if [ -z "$GITHUB_ACTIONS" ]
then
# if not running on github actions, do not use sudo
_output/${ARCH}/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
_output/${ARCH}/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=15 &
else
# if running on github actions, use sudo
sudo _output/${ARCH}/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
sudo _output/${ARCH}/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=15 &
fi

# sleep a while waiting for azurefileplugin start up
Expand Down

0 comments on commit 59a6b05

Please sign in to comment.