summaryrefslogtreecommitdiff
path: root/automated/linux/ui-browser-test/ui-browser-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ui-browser-test/ui-browser-test.sh')
-rwxr-xr-xautomated/linux/ui-browser-test/ui-browser-test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/automated/linux/ui-browser-test/ui-browser-test.sh b/automated/linux/ui-browser-test/ui-browser-test.sh
index f40cbf9..ad47f5c 100755
--- a/automated/linux/ui-browser-test/ui-browser-test.sh
+++ b/automated/linux/ui-browser-test/ui-browser-test.sh
@@ -55,8 +55,7 @@ fi
pkgs="python2.7 python-pip python-lxml"
install_deps "${pkgs}" "${SKIP_INSTALL}"
-[ -d "${OUTPUT}" ] && mv "${OUTPUT}" "${OUTPUT}_$(date +%Y%m%d%H%M%S)"
-mkdir -p "${OUTPUT}"
+create_out_dir "${OUTPUT}"
dist_name
# shellcheck disable=SC2154