Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
86dd8a14
Commit
86dd8a14
authored
May 01, 2020
by
Guillaume Huard
Browse files
Cleanup of some temporary files
parent
8ed5b001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Basic_System/ef/vpl_evaluate.pl
View file @
86dd8a14
...
...
@@ -128,6 +128,7 @@ sub run_command($$$) {
$data
->
{
code
}
=
$data
->
{
failure
}
>>
8
;
$data
->
{
output
}
=
read_file
("
.output.txt
");
$data
->
{
error
}
=
read_file
("
.error.txt
");
remove
("
.input.txt
",
"
.output.txt
",
"
.error.txt
");
return
$data
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment