mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
Check deneb fork transition test folder is empty (#13626)
This commit is contained in:
parent
05b2795844
commit
1ec745b88e
@ -31,6 +31,9 @@ func RunForkTransitionTest(t *testing.T, config string) {
|
|||||||
require.NoError(t, utils.SetConfig(t, config))
|
require.NoError(t, utils.SetConfig(t, config))
|
||||||
|
|
||||||
testFolders, testsFolderPath := utils.TestFolders(t, config, "deneb", "transition/core/pyspec_tests")
|
testFolders, testsFolderPath := utils.TestFolders(t, config, "deneb", "transition/core/pyspec_tests")
|
||||||
|
if len(testFolders) == 0 {
|
||||||
|
t.Fatalf("No test folders found for %s/%s/%s", config, "deneb", "transition/core/pyspec_tests")
|
||||||
|
}
|
||||||
for _, folder := range testFolders {
|
for _, folder := range testFolders {
|
||||||
t.Run(folder.Name(), func(t *testing.T) {
|
t.Run(folder.Name(), func(t *testing.T) {
|
||||||
helpers.ClearCache()
|
helpers.ClearCache()
|
||||||
|
Loading…
Reference in New Issue
Block a user