summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2017-02-15 15:01:48 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2017-02-15 15:01:48 +0530
commit689b2e70c753c1d380c73d26ddb0d3259dd93f8d (patch)
tree2156a2b501821c629c1fb457a4e2e1c224037da6
parentab439278caf34a3f6240487264a04d625c23e4d4 (diff)
libhugetlbfs: results parser fix
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xautomated/linux/libhugetlbfs/libhugetlbfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/libhugetlbfs/libhugetlbfs.sh b/automated/linux/libhugetlbfs/libhugetlbfs.sh
index f8b8b0a..99f8ebf 100755
--- a/automated/linux/libhugetlbfs/libhugetlbfs.sh
+++ b/automated/linux/libhugetlbfs/libhugetlbfs.sh
@@ -85,7 +85,7 @@ libhugetlbfs_run_test() {
cd tests
# Run tests
# Redirect stdout (not stderr)
- ./run_tests.py -b "${WORD_SIZE}" | tee -a "${TMP_RESULT_LOG}"
+ ./run_tests.py -b "${WORD_SIZE}" | tee -a "${RESULT_LOG}"
parse_output
}