2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Consistently converted tabs to spaces in tools/build/v2/test/BoostBuild.py to avoid confusion reading the Python source.

[SVN r44969]
This commit is contained in:
Jurko Gospodnetić
2008-05-01 09:39:45 +00:00
parent 9c16e9d0dd
commit 92bb5ccf97

View File

@@ -139,6 +139,7 @@ elif os.name == 'nt':
def _status(self):
return self.status
class Tester(TestCmd.TestCmd):
"""Class for testing Boost.Build.
@@ -186,9 +187,9 @@ class Tester(TestCmd.TestCmd):
elif os.uname()[0] == 'SunOS':
jam_build_dir = "bin.solaris"
elif os.uname()[0] == 'Darwin':
if os.uname()[4] == 'i386':
if os.uname()[4] == 'i386':
jam_build_dir = "bin.macosxx86"
else:
else:
jam_build_dir = "bin.macosxppc"
elif os.uname()[0] == "AIX":
jam_build_dir = "bin.aix"