revised meprofile &cpuprofile tests

This commit is contained in:
gezimbll
2024-04-02 05:25:37 -04:00
committed by Dan Christian Bogos
parent 37388c70f3
commit 6f4ee914f7
5 changed files with 7 additions and 7 deletions

View File

@@ -156,7 +156,7 @@ func TestHttpBytesPoster(t *testing.T) {
RPC: &config.RPCOpts{},
})
time.Sleep(5 * time.Millisecond)
fs, err := filepath.Glob("/tmp/test2*")
fs, err := filepath.Glob("/tmp/EEs|*")
if err != nil {
t.Fatal(err)
} else if len(fs) == 0 {