Index: lnt/trunk/lnt/tests/compile.py =================================================================== --- lnt/trunk/lnt/tests/compile.py +++ lnt/trunk/lnt/tests/compile.py @@ -529,7 +529,7 @@ " ".join("'%s'" % arg for arg in cmd)) result = subprocess.check_output(cmd).strip() if result != "fail": - bytes = long(result) + bytes = int(result) success = True # For now, the way the software is set up things are going to