summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}