summaryrefslogtreecommitdiff
path: root/debian/tests/valid-tests
blob: 44007267c14afc48f992627923dea1219b76cd0d (plain)
1
2
3
4
5
#!/bin/sh

testsuite_dir=$1

fgrep -r --include='*.java' --include='*.sh' --files-with-match @test ${testsuite_dir} | xargs fgrep -L '@ignore' | sort -d -i