diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-04-05 23:36:06 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-04-07 14:38:52 +0200 |
commit | d6f86594434729b77e9131880738290140086d40 (patch) | |
tree | 571f716f8b4aa8d91e8c1518c16de95a60aebda3 /test/scripts | |
parent | 8aa2a48fc34bb55ee620c0eec4855c62d91ef97b (diff) | |
download | pacman-d6f86594434729b77e9131880738290140086d40.tar.gz pacman-d6f86594434729b77e9131880738290140086d40.tar.xz |
ensure tests are parsed as TAP since they are, in fact, TAP
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scripts/meson.build b/test/scripts/meson.build index 6d13ad1e..8e921ffa 100644 --- a/test/scripts/meson.build +++ b/test/scripts/meson.build @@ -6,6 +6,7 @@ tests = [ foreach tst : tests test(tst, BASH, + protocol : 'tap', env : TEST_ENV, args : [ join_paths(meson.current_source_dir(), tst), |