Skip to content

Commit

Permalink
scripts: Perform verbose dumps in test script
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <alex@alexforencich.com>
  • Loading branch information
alexforencich committed Jun 28, 2023
1 parent cc202ce commit 9f1f27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test_mqnic.sh
Expand Up @@ -147,7 +147,7 @@ trap cleanup EXIT

# run tests

nic_info=$($netns_cmd $mqnic_dump -d $netdev)
nic_info=$($netns_cmd $mqnic_dump -d $netdev -v)

if [ $? -ne "0" ]; then
echo "Failed to communicate with device" >2
Expand Down Expand Up @@ -452,4 +452,4 @@ echo "Done"

} | tee $logdir/test.log 2>&1

$netns_cmd $mqnic_dump -d $netdev > $logdir/mqnic_dump_post.log
$netns_cmd $mqnic_dump -d $netdev -v > $logdir/mqnic_dump_post.log

0 comments on commit 9f1f27b

Please sign in to comment.