mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Amend E2E Test Path (#8793)
This commit is contained in:
parent
af8f444166
commit
711f527efb
@ -57,7 +57,7 @@ func (node *Eth1Node) Start(ctx context.Context) error {
|
|||||||
return errors.New("go-ethereum binary not found")
|
return errors.New("go-ethereum binary not found")
|
||||||
}
|
}
|
||||||
|
|
||||||
eth1Path := path.Join(e2e.TestParams.LogPath, "eth1data/")
|
eth1Path := path.Join(e2e.TestParams.TestPath, "eth1data/")
|
||||||
// Clear out ETH1 to prevent issues.
|
// Clear out ETH1 to prevent issues.
|
||||||
if _, err := os.Stat(eth1Path); !os.IsNotExist(err) {
|
if _, err := os.Stat(eth1Path); !os.IsNotExist(err) {
|
||||||
if err = os.RemoveAll(eth1Path); err != nil {
|
if err = os.RemoveAll(eth1Path); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user