aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidush <vidush.vishwanath@ettus.com>2018-06-01 09:27:47 -0700
committerMartin Braun <martin.braun@ettus.com>2018-06-04 10:53:26 -0700
commit791da8785cdbd39f0e602913815311de235fe44d (patch)
tree6d4ad44115b6536366e78ac53997146f9a9f8fbc
parent9c5f6e36a70859f4120898d7eef98d662e98db95 (diff)
downloaduhd-791da8785cdbd39f0e602913815311de235fe44d.tar.gz
uhd-791da8785cdbd39f0e602913815311de235fe44d.tar.bz2
uhd-791da8785cdbd39f0e602913815311de235fe44d.zip
Docs: Fix E310 Devtest Procedure
-rw-r--r--host/docs/rd_testing.dox5
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