Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
3
3-raid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SO2
3-raid
Commits
32f3bdda
Commit
32f3bdda
authored
1 year ago
by
Dragoș-Iulian ARGINT (94922)
Browse files
Options
Downloads
Patches
Plain Diff
Make checker output partial results when timeout exceeds
Signed-off-by:
Dragoș-Iulian ARGINT
<
dragos.argint@stud.acs.upb.ro
>
parent
fcc26e47
No related branches found
No related tags found
No related merge requests found
Pipeline
#20092
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
checker/checker.sh
+5
-0
5 additions, 0 deletions
checker/checker.sh
with
5 additions
and
0 deletions
checker/checker.sh
+
5
−
0
View file @
32f3bdda
...
...
@@ -69,6 +69,11 @@ timeout_exceeded()
echo
""
echo
"TIMEOUT EXCEEDED !!! killing the process"
if
[[
$RECOVER_GRADE_TIMEOUT
==
0
]]
;
then
if
[
-f
$output
]
;
then
echo
"
$output
not available"
else
cat
$output
fi
echo
"The Recover Grade Timeout option is not set! Please contact a teaching assistant!"
else
recover_grade_from_timeout
$output
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment