Debugging
This commit is contained in:
parent
0136bbfac5
commit
d09d084a1d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue