Skip to content

Commit

Permalink
Merge pull request #44 from mathstuf/test-all-date-format
Browse files Browse the repository at this point in the history
test-all: use a sortable date format
  • Loading branch information
wspear authored Oct 17, 2022
2 parents bb338f6 + b46efef commit cc2e1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ print_logs=false
basedir=validation_tests
export e4s_print_color=true
skip_to=""
testtime=$(date +"%m-%d-%y_%T")
testtime=$(date +"%Y-%m-%d_%T")

if [[ $# -gt 0 && -d $1 ]] ; then
basedir=$1
Expand Down

0 comments on commit cc2e1e6

Please sign in to comment.