-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Testing this executable:
#include <iostream>
using namespace std;
int main() {
cout << "Welcome from executable" << endl;
}g++ tester.cpp -o tester.oimport runner_lib_py
lim = runner_lib_py.Runner.Limits()
lim.thread = 5
lim.memory = 1000 # kb
lim.time = 2000 # ms
x = runner_lib_py.Runner("/home/mf/projects/elan/runner/tester.o", "input", lim)
print(x.GetOutput().res)
print(x.GetOutput().output)The program returns ExitStatus.OK, but x.GetOutput().output is empty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working