diff options
Diffstat (limited to 'host/docs/rd_testing.dox')
-rw-r--r-- | host/docs/rd_testing.dox | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index 7c808342c..6a32130dc 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -132,13 +132,12 @@ respectively. typical sshfs mount of an environment). In this case, copy the contents of the devtest directory onto the device, and run the following command (the environment variables need to point to the location of the devtest code, the - location of the UHD examples such as benchmark_rate, and where you want to - store log files, respectively): + location of the UHD build, and where you want to store log files, respectively): $DEVTEST_DIR/run_testsuite.py --src-dir $DEVTEST_DIR \ --devtest-pattern e3xx \ --build-type na \ - --build-dir $EXAMPLES_DIR \ + --build-dir $BUILD_DIR \ --device-filter e3x0 \ --log-dir $LOG_DIR |