View | Details | Raw Unified | Return to bug 1317
Collapse All | Expand All

(-)a/test.py (-1 / +2 lines)
 Lines 53-58    Link Here 
53
    "ENABLE_PYTHON_BINDINGS",
53
    "ENABLE_PYTHON_BINDINGS",
54
    "ENABLE_CLICK",
54
    "ENABLE_CLICK",
55
    "ENABLE_OPENFLOW",
55
    "ENABLE_OPENFLOW",
56
    "PYTHON",
56
]
57
]
57
58
58
NSC_ENABLED = False
59
NSC_ENABLED = False
 Lines 666-672    Link Here 
666
    suppressions_path = os.path.join (base, VALGRIND_SUPPRESSIONS_FILE)
667
    suppressions_path = os.path.join (base, VALGRIND_SUPPRESSIONS_FILE)
667
668
668
    if is_python:
669
    if is_python:
669
        path_cmd = "python " + os.path.join (base, shell_command)
670
        path_cmd = PYTHON[0] + " " + os.path.join (base, shell_command)
670
    else:
671
    else:
671
        if len(build_path):
672
        if len(build_path):
672
            path_cmd = os.path.join (build_path, shell_command)
673
            path_cmd = os.path.join (build_path, shell_command)

Return to bug 1317