allowedTracks gating, constraint/exclusive helpers, duplicate trigger source validation, re-enable untimed block validation
This commit is contained in:
@@ -28,7 +28,7 @@ func main() {
|
||||
runAndExit = strings.Fields(*runAndExitStr)
|
||||
}
|
||||
|
||||
show := GenerateMockShow(5, 100, 1000)
|
||||
show := GenerateMockShow(5, 10, 30)
|
||||
if err := show.Validate(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error validating show: %v\n", err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user