[Libreoffice-commits] dev-tools.git: uitest/mass-testing
Artur Neumann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 3 14:45:55 UTC 2019
uitest/mass-testing/run.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 864307a03f5b3f60362994d02de8fcc2e636c078
Author: Artur Neumann <artur at jankaritech.com>
AuthorDate: Wed Jul 3 20:24:19 2019 +0545
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Wed Jul 3 16:45:36 2019 +0200
mass-uitesting: fix typo in comment
Change-Id: I4b97b06b4c86d081e562bea70ad53972980deb12
Reviewed-on: https://gerrit.libreoffice.org/75050
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
diff --git a/uitest/mass-testing/run.py b/uitest/mass-testing/run.py
index 0c20706..3d5bf28 100755
--- a/uitest/mass-testing/run.py
+++ b/uitest/mass-testing/run.py
@@ -125,7 +125,7 @@ def run_tests_and_get_results(liboPath, listFiles, isDebug, isResume):
fcntl.fcntl(process.stdout.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
# Kill the process if:
- # 1. The file can't be loaded in 'fielInterval' seconds
+ # 1. The file can't be loaded in 'fileInterval' seconds
# 2. The test can't be executed in 'testInterval' seconds
fileInterval = 10
testIternval = 20
More information about the Libreoffice-commits
mailing list