Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTalank <talank@gces.edu.np>2022-04-28 14:15:29 +0300
committerTalank <talank@gces.edu.np>2022-04-28 14:15:29 +0300
commitee7cb176eee0b956e2c2435dbd02168ceea1bca6 (patch)
treecf96ebcfe4d875ccd5b963652ace32fbaa75023f
parentac9ba209a558c7fff41c4610ec9913a96d39fe78 (diff)
print flaky tests in console as wellsquish-test-pass-in-retry
-rw-r--r--test/gui/drone/find_flaky.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gui/drone/find_flaky.sh b/test/gui/drone/find_flaky.sh
index 7d1a5c730..afd621479 100644
--- a/test/gui/drone/find_flaky.sh
+++ b/test/gui/drone/find_flaky.sh
@@ -10,6 +10,7 @@ echo "Creating a list of flaky tests..."
sort $1 | uniq --count | while read line; do
if [[ $line == *"1"* ]]; then
echo ${line:1} >> $1.temp
+ echo ${line:1}
fi
done