summaryrefslogtreecommitdiff
path: root/test/testdistcc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdistcc.py')
-rwxr-xr-xtest/testdistcc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testdistcc.py b/test/testdistcc.py
index cdfb831..5ce4ef8 100755
--- a/test/testdistcc.py
+++ b/test/testdistcc.py
@@ -1917,11 +1917,13 @@ msg:
def setup(self):
WithDaemon_Case.setup(self)
open('test2.S', 'wt').write(self.asm_source)
-
+
def compile(self):
if sys.platform == 'linux2':
self.runcmd(self.distcc()
+ "-o test2.o -c test2.S")
+ else:
+ raise comfychair.NotRunError ('this test is system-specific')
def runtest(self):
self.compile()