summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-02-21 15:13:32 -0800
committerEric Anholt <eric@anholt.net>2008-02-21 16:23:51 -0800
commitf02ccc22d95e739ee6aeb3fc56bf6beed9cc9e83 (patch)
treee41aa4f002f8eda7bfab8d8bcc2c1866c21d799d /framework
parenta1d9b5bb8bcbd809b009f9f39245a354bbea2c6a (diff)
parent1a63befcc01d19ff203ff3fd434037ba618bed83 (diff)
Merge branch 'glean-master'
This removes the use of --listdetails and --ignore-prereqs which have been removed from upstream's glean options.
Diffstat (limited to 'framework')
-rw-r--r--framework/gleantest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/gleantest.py b/framework/gleantest.py
index efc1cc66e..d6d1ac74d 100644
--- a/framework/gleantest.py
+++ b/framework/gleantest.py
@@ -54,8 +54,8 @@ class GleanTest(Test):
checkDir(gleanResultDir()+self.name, False)
glean = subprocess.Popen(
- [gleanExecutable(), "-o", "-r", gleanResultDir()+self.name,
- "--ignore-prereqs",
+ [gleanExecutable(), "-r", gleanResultDir()+self.name,
+ "-o",
"-v", "-v", "-v",
"-t", "+"+self.name] + GleanTest.globalParams,
stdout=subprocess.PIPE,