[gnome-desktop-testing] Actually run all the tests, not just the first ones repeatedly...
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop-testing] Actually run all the tests, not just the first ones repeatedly...
- Date: Thu, 9 May 2013 20:20:29 +0000 (UTC)
commit 75d710402d630d27c3f11f7c4409d183164da314
Author: Colin Walters <walters verbum org>
Date: Thu May 9 16:20:10 2013 -0400
Actually run all the tests, not just the first ones repeatedly...
Ouch =(
src/gnome-desktop-testing-runner.c | 3 ++-
src/libgsystem | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index b356905..12ac12f 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -205,7 +205,8 @@ main (int argc, char **argv)
for (iter = testdirs; iter; iter = iter->next)
{
- if (!run_tests_in_directory (testdirs->data, cancellable, error))
+ GFile *path = iter->data;
+ if (!run_tests_in_directory (path, cancellable, error))
goto out;
}
diff --git a/src/libgsystem b/src/libgsystem
index ba63760..b2a65b2 160000
--- a/src/libgsystem
+++ b/src/libgsystem
@@ -1 +1 @@
-Subproject commit ba6376041cbab2cc74bd54410e0734602768ecbf
+Subproject commit b2a65b235600e340fada441de7e131de9d52d25e
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]