Skip to content

Commit a328f80

Browse files
committed
Fix date formatting to remove conflicting chars
1 parent 49de070 commit a328f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/multinode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function run_tempest() {
286286
set -x
287287

288288
if [[ -d $tempest_dir ]]; then
289-
tempest_backup=${tempest_dir}.$(date --iso-8601=minutes)
289+
tempest_backup=${tempest_dir}-$(date +%Y%m%dT%H%M%S)
290290
echo "Found previous Tempest test results"
291291
echo "Moving to $tempest_backup"
292292
mv $tempest_dir $tempest_backup

0 commit comments

Comments
 (0)