bin/count-slow-uitests |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit c45b45acef6f6657b1d95056830fee7c5f7d29c4
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Oct 30 12:25:17 2023 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Nov 6 09:30:56 2023 +0100

    bin: remove no longer needed script
    
    After 8c39af455c4dee53c6f3c918b0497f80a4fb0f21
    "uitest oneprocess mode: default to this and clean up one test"
    
    Change-Id: I3da187055cc8ac239d6a4592f3050440630e051c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158654
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/bin/count-slow-uitests b/bin/count-slow-uitests
deleted file mode 100755
index 8895c2013667..000000000000
--- a/bin/count-slow-uitests
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# Run this from the source root dir to count the number of non-oneprocess ui 
tests
-
-for i in */UITest_*.mk
-do
-     if grep -q oneprocess $i; then
-         continue
-     fi
-
-     echo $i
-done
-
-# vim:set shiftwidth=4 softtabstop=4 expandtab:

Reply via email to