Skip to content

Commit

Permalink
test.sh: call t/znapzend-lib-splitter.t (but ignore faults for now) [#…
Browse files Browse the repository at this point in the history
…585]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 8, 2024
1 parent 2ed4f81 commit 097c794
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ perl -I./thirdparty/lib/perl5 \
perl -I./thirdparty/lib/perl5 \
-MDevel::Cover=+ignore,thirdparty ./t/znapzend-daemonize.t
perl -I./thirdparty/lib/perl5 \
-MDevel::Cover=+ignore,thirdparty ./t/znapzendzetup.t
-MDevel::Cover=+ignore,thirdparty ./t/znapzendzetup.t
perl -I./thirdparty/lib/perl5 \
-MDevel::Cover=+ignore,thirdparty ./t/znapzendztatz.t
perl -I./thirdparty/lib/perl5 \
-MDevel::Cover=+ignore,thirdparty ./t/autoscrub.t

# Currently prone to failure with certain edge cases,
# so ignoring the result (fixes are investigated):
perl -I./thirdparty/lib/perl5 \
-MDevel::Cover=+ignore,thirdparty ./t/znapzend-lib-splitter.t || echo "FAILURE Currently ignored"

0 comments on commit 097c794

Please sign in to comment.