diff options
Diffstat (limited to 'docs/system/arm/orangepi.rst')
-rw-r--r-- | docs/system/arm/orangepi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/arm/orangepi.rst b/docs/system/arm/orangepi.rst index db87e81..8b9448c 100644 --- a/docs/system/arm/orangepi.rst +++ b/docs/system/arm/orangepi.rst @@ -257,9 +257,9 @@ Orange Pi PC integration tests The Orange Pi PC machine has several integration tests included. To run the whole set of tests, build QEMU from source and simply -provide the following command: +provide the following command from the build directory: .. code-block:: bash - $ AVOCADO_ALLOW_LARGE_STORAGE=yes avocado --show=app,console run \ - -t machine:orangepi-pc tests/avocado/boot_linux_console.py + $ QEMU_TEST_ALLOW_LARGE_STORAGE=1 \ + meson test --suite thorough func-arm-arm_orangepi |