mirror of
https://github.com/rclone/rclone
synced 2025-01-05 06:26:34 +01:00
Check remote is empty between integration tests
This commit is contained in:
parent
c47b4f828f
commit
18ebec8276
@ -141,6 +141,8 @@ func NewRun(t *testing.T) *Run {
|
|||||||
if errors != 0 {
|
if errors != 0 {
|
||||||
t.Fatalf("%d errors while cleaning remote %v", errors, r.fremote)
|
t.Fatalf("%d errors while cleaning remote %v", errors, r.fremote)
|
||||||
}
|
}
|
||||||
|
// Check remote is empty
|
||||||
|
fstest.CheckItems(t, r.fremote)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
r.Logf = t.Logf
|
r.Logf = t.Logf
|
||||||
|
Loading…
Reference in New Issue
Block a user