summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/testdistcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testdistcc.py b/test/testdistcc.py
index 0501c1b..cdfb831 100755
--- a/test/testdistcc.py
+++ b/test/testdistcc.py
@@ -606,7 +606,7 @@ int main(void) { return 0; }
def sourceFilename(self):
return args.split()[0]
def compileCmd(self):
- return _gcc + " " + args
+ return _gcc + " -c " + args
def runtest(self):
self.compile()
glob_result = glob.glob(dep_glob)