We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49de070 commit a328f80Copy full SHA for a328f80
ansible/files/multinode.sh
@@ -286,7 +286,7 @@ function run_tempest() {
286
set -x
287
288
if [[ -d $tempest_dir ]]; then
289
- tempest_backup=${tempest_dir}.$(date --iso-8601=minutes)
+ tempest_backup=${tempest_dir}-$(date +%Y%m%dT%H%M%S)
290
echo "Found previous Tempest test results"
291
echo "Moving to $tempest_backup"
292
mv $tempest_dir $tempest_backup
0 commit comments