Skip to content

Commit

Permalink
debian: run only system:bareos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jul 16, 2020
1 parent 32df376 commit 31b678d
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 -E '.*encrypt.*' -E '.*client-initiated.*' -V -D Continuous || echo "ctest failed"
cd obj-x86_64-linux-gnu && make clean && REGRESS_DEBUG=1 ctest -R system:bareos -V -D Continuous || echo "ctest failed"


override_dh_shlibdeps:
Expand Down

0 comments on commit 31b678d

Please sign in to comment.