X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Ftest%2FtestCpuTagsImport.py;h=df7491a1fc2b5d05f1a90a0d7b8d34f75b373f6c;hb=35be7aa348f671b0ed50ee43d903444edc4892af;hp=79e3c774a3aa4c1d265e686041bedd7138f9d1fa;hpb=4fd200a6a0d06185b4673cb0463e08a8ef54f044;p=bertos.git diff --git a/wizard/test/testCpuTagsImport.py b/wizard/test/testCpuTagsImport.py index 79e3c774..df7491a1 100644 --- a/wizard/test/testCpuTagsImport.py +++ b/wizard/test/testCpuTagsImport.py @@ -44,7 +44,7 @@ from bertos_utils import * def main(): p = BProject.BProject() - p.setInfo("SOURCES_PATH", "../../") + p.setInfo("BERTOS_PATH", "../../") p.loadSourceTree() info = p.getCpuInfos() tags = getTagSet(info)