Fix path for GitHub regression.

This commit is contained in:
Matt Guthaus 2016-11-09 12:03:24 -08:00
parent 3bc6f1db5e
commit e32557c36c
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ FROM_FIELD = USER+"@ucsc.edu"
LOCAL = "/soe/"+USER+"/unit_test"
sys.path.append(LOCAL+"/trunk/setup_scripts")
sys.path.append(LOCAL+"/trunk/compiler")
sys.path.append(LOCAL+"/trunk/compiler/tests")
sys.path.append(LOCAL+"/setup_scripts")
sys.path.append(LOCAL+"/compiler")
sys.path.append(LOCAL+"/compiler/tests")
TECH_NAME = "NONE"