diff --git a/_validation/app.js b/_validation/app.js index 6a72a29..b9ae9a5 100644 --- a/_validation/app.js +++ b/_validation/app.js @@ -252,9 +252,10 @@ function validateTOML(path) { validateNotEmpty(testcase, "gpu"); validateNotEmpty(testcase, "os"); }); - } else { - validationError("No testcases.") } + /* else { + validationError("No testcases.") + }*/ // We only check these if we have a known test result (we cannot know if a game needs // resources if it doesn't even run!) @@ -407,4 +408,4 @@ if (errors.length > 0 || miscError) { console.info('Validation completed without errors.'); process.exit(0); } - \ No newline at end of file +