Skip to content

Commit cc2e1e6

Browse files
authored
Merge pull request #44 from mathstuf/test-all-date-format
test-all: use a sortable date format
2 parents bb338f6 + b46efef commit cc2e1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ print_logs=false
77
basedir=validation_tests
88
export e4s_print_color=true
99
skip_to=""
10-
testtime=$(date +"%m-%d-%y_%T")
10+
testtime=$(date +"%Y-%m-%d_%T")
1111

1212
if [[ $# -gt 0 && -d $1 ]] ; then
1313
basedir=$1

0 commit comments

Comments
 (0)