Skip to content

Commit

Permalink
debian: run ctest during build
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jul 16, 2020
1 parent 8fcf0ba commit 1764d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -127,7 +127,7 @@ override_dh_makeshlibs:
dh_makeshlibs -n

override_dh_auto_test:
cd obj-x86_64-linux-gnu && make clean && REGRESS_DEBUG=1 ctest -j 10 -D Continuous || echo "ctest failed"
cd obj-x86_64-linux-gnu && make clean && REGRESS_DEBUG=1 ctest -E '.*encrypt.*' -E '.*client-initiated.*' -V -D Continuous || echo "ctest failed"


override_dh_shlibdeps:
Expand Down

0 comments on commit 1764d45

Please sign in to comment.