From d09d084a1deff3e58b8e5ea4ce67e669ad241a14 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 13 Feb 2020 02:58:32 +0300 Subject: [PATCH] Debugging --- tools/testtool/commands/test_submission.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testtool/commands/test_submission.go b/tools/testtool/commands/test_submission.go index 5b2dd79..2095d08 100644 --- a/tools/testtool/commands/test_submission.go +++ b/tools/testtool/commands/test_submission.go @@ -238,9 +238,9 @@ func runTests(testDir, problem string) error { cmd := exec.Command(testBinary) if currentUserIsRoot() { - if err := sandbox(cmd); err != nil { - log.Fatal(err) - } + //if err := sandbox(cmd); err != nil { + // log.Fatal(err) + //} } cmd.Dir = filepath.Join(testDir, relPath)