Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all files for the dbaas_core suite #473

Merged
merged 16 commits into from
Jun 7, 2023
2 changes: 2 additions & 0 deletions internal/jstest/jstest.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func Run(ctx context.Context, dir string, args []string) (*internal.TestResults,

files := maps.Keys(filesM)

log.Printf("Total number of tests to run %d\n", len(files))

res := &internal.TestResults{
TestResults: make(map[string]internal.TestResult),
}
Expand Down
Loading