Logo
Explore Help
Register Sign In
mir/libreoffice
2
0
Fork 0
You've already forked libreoffice
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
07d85c44998f42545175ee77c192b901b52a30ca
libreoffice/sw/qa/extras/find-unused-data.sh

12 lines
202 B
Bash
Raw Normal View History

sw/qa: add new script to make sure all files are tested When some import filter fix arrives in, and the submitter submits a test file, but doesn't provide a matching testcase, we accept the patch, as it's better than nothing. This script will search for such files, providing kind of a TODO list for what testcases have to be implemented. Change-Id: I713fe2f0aef4cbca66ba913baf54b7bd28ba2471
2013-04-11 13:17:06 +02:00
#!/bin/bash
for i in */data/*
do
file=$(basename $i)
if ! git grep -q $file; then
echo "WARNING: $i is not used, write a testcase for it!"
fi
done
# vi:set shiftwidth=4 expandtab:
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 2797ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API