File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 _flagClusterDownKeepVolumes bool
7171)
7272
73- var _eksctlPrefixRegex = regexp .MustCompile (`^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.+] {2}` )
73+ var _eksctlPrefixRegex = regexp .MustCompile (`^.* [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.+] {2}` )
7474
7575func clusterInit () {
7676 _clusterUpCmd .Flags ().SortFlags = false
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func TestRemoveDuplicates(t *testing.T) {
7575 },
7676 {
7777 name : "eksctl" ,
78- prefixRegex : regexp .MustCompile (`^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.+] {2}` ),
78+ prefixRegex : regexp .MustCompile (`^.* [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} \[.+] {2}` ),
7979 input : []string {
8080 "2021-03-26 00:03:50 [ℹ] eksctl version 0.40.0" ,
8181 "2021-03-26 00:03:50 [ℹ] using region us-east-1" ,
You can’t perform that action at this time.
0 commit comments