File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 70
70
_flagClusterDownKeepVolumes bool
71
71
)
72
72
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}` )
74
74
75
75
func clusterInit () {
76
76
_clusterUpCmd .Flags ().SortFlags = false
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func TestRemoveDuplicates(t *testing.T) {
75
75
},
76
76
{
77
77
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}` ),
79
79
input : []string {
80
80
"2021-03-26 00:03:50 [ℹ] eksctl version 0.40.0" ,
81
81
"2021-03-26 00:03:50 [ℹ] using region us-east-1" ,
You can’t perform that action at this time.
0 commit comments