aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--_test/core/TestUtils.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/_test/core/TestUtils.php b/_test/core/TestUtils.php
index e855cb007..5dc3e6fc9 100644
--- a/_test/core/TestUtils.php
+++ b/_test/core/TestUtils.php
@@ -39,6 +39,8 @@ class TestUtils {
}
$dh->close();
}
+
+ system('sync'); // temporary attempt to fix tests
}
/**