summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/ndb/test/run-test/autotest-run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/ndb/test/run-test/autotest-run.sh b/storage/ndb/test/run-test/autotest-run.sh
index cf1519a6245..b543cd1efb9 100644
--- a/storage/ndb/test/run-test/autotest-run.sh
+++ b/storage/ndb/test/run-test/autotest-run.sh
@@ -216,8 +216,8 @@ fi
# Make directories needed
p=`pwd`
-run_dir=$install_dir/run-$RUN-mysql-$clone-$target
-res_dir=$base_dir/result-$RUN-mysql-$clone-$target/$DATE
+run_dir=$install_dir/run-$RUN-$clone-$target
+res_dir=$base_dir/result-$RUN-$clone-$target/$DATE
tar_dir=$base_dir/saved-results
mkdir -p $run_dir $res_dir $tar_dir