diff options
Diffstat (limited to 'docs/system/devices/igb.rst')
-rw-r--r-- | docs/system/devices/igb.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/system/devices/igb.rst b/docs/system/devices/igb.rst index 9145af5..71f31cb 100644 --- a/docs/system/devices/igb.rst +++ b/docs/system/devices/igb.rst @@ -57,11 +57,12 @@ directory: meson test qtest-x86_64/qos-test ethtool can test register accesses, interrupts, etc. It is automated as an -functional test and can be ran with the following command: +functional test and can be run from the build directory with the following +command: .. code:: shell - meson test --suite thorough func-x86_64-netdev_ethtool + pyvenv/bin/meson test --suite thorough func-x86_64-netdev_ethtool References ========== |