diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 9870ccc7..e702a30b 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -187 +188 diff --git a/src/core/taskjudger.cpp b/src/core/taskjudger.cpp index 47fcfe3c..a7634102 100644 --- a/src/core/taskjudger.cpp +++ b/src/core/taskjudger.cpp @@ -361,7 +361,7 @@ int TaskJudger::judge() { if (task->getTaskType() != Task::AnswersOnly) if (! traditionalTaskPrepare()) - return 0; + return 1; for (int i = 0; i < task->getTestCaseList().size(); i++) { timeUsed.append(QList());