File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ format:
23
23
24
24
.PHONY : clean
25
25
clean :
26
- rm -fr pg2s3 c.out
26
+ rm -fr pg2s3 c.out dist/
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ func TestParseBackupTimestamp(t *testing.T) {
113
113
}
114
114
115
115
func TestBackup (t * testing.T ) {
116
- cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3_test .conf" )
116
+ cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3 .conf" )
117
117
if err != nil {
118
118
t .Fatal (err )
119
119
}
@@ -158,7 +158,7 @@ func TestBackup(t *testing.T) {
158
158
}
159
159
160
160
func TestRestore (t * testing.T ) {
161
- cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3_test .conf" )
161
+ cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3 .conf" )
162
162
if err != nil {
163
163
t .Fatal (err )
164
164
}
@@ -203,7 +203,7 @@ func TestRestore(t *testing.T) {
203
203
}
204
204
205
205
func TestPrune (t * testing.T ) {
206
- cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3_test .conf" )
206
+ cfg , err := pg2s3 .ReadConfig ("./testdata/pg2s3 .conf" )
207
207
if err != nil {
208
208
t .Fatal (err )
209
209
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments