summaryrefslogtreecommitdiff
path: root/automated/bin
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2016-08-26 14:47:16 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-08-30 10:52:12 +0000
commit3d1bc8474e38b17ae4ee1660c2a2fc0edf023961 (patch)
tree95770a02fe983c4f7852ad0d0fb6c848e269dbe0 /automated/bin
parente015c4e850666f84fb3ddecd09cca706aa0432e8 (diff)
v2: linux: add dd write/read speed test
- Added Linux dd write/read speed test - Optimized sh-test-lib Change-Id: I3bccfda212535e9a36b8e231b69c0dd2367a88f6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'automated/bin')
-rwxr-xr-xautomated/bin/setenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/bin/setenv.sh b/automated/bin/setenv.sh
index c0a3f79..1449fc6 100755
--- a/automated/bin/setenv.sh
+++ b/automated/bin/setenv.sh
@@ -4,7 +4,7 @@ export REPO_PATH="$(pwd)"
echo "REPO_PATH: ${REPO_PATH}"
if ! [ -d "${REPO_PATH}/automated/bin" ]; then
- echo "ERROR: Please execute the below command from test-definitions DIR"
+ echo "ERROR: Please execute the below command from 'test-definitions' DIR"
echo " . ./automated/bin/setenv.sh"
exit 1
fi