Debugging

This commit is contained in:
Fedor Korotkiy 2020-02-13 02:58:32 +03:00
parent 0136bbfac5
commit d09d084a1d

View file

@ -238,9 +238,9 @@ func runTests(testDir, problem string) error {
cmd := exec.Command(testBinary) cmd := exec.Command(testBinary)
if currentUserIsRoot() { if currentUserIsRoot() {
if err := sandbox(cmd); err != nil { //if err := sandbox(cmd); err != nil {
log.Fatal(err) // log.Fatal(err)
} //}
} }
cmd.Dir = filepath.Join(testDir, relPath) cmd.Dir = filepath.Join(testDir, relPath)