tests: Ignore all files in 'data' directories

pull/5574/head
Daniel Mensinger před 5 roky
rodič 71a5ff718a
revize ec0998e694
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 54DD94C131E277D4
  1. 2
      run_meson_command_tests.py

@ -142,6 +142,8 @@ class CommandTests(unittest.TestCase):
s = p.as_posix()
if 'mesonbuild' not in s:
continue
if '/data/' in s:
continue
have.add(s[s.rfind('mesonbuild'):])
self.assertEqual(have, expect)
# Run `meson`

Načítá se…
Zrušit
Uložit