summaryrefslogtreecommitdiff
path: root/t/buildsystems/buildsystem_tests
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-06 19:06:03 -0400
committerJoey Hess <joey@kitenet.net>2011-08-06 19:06:03 -0400
commitd95b0183ea6fc9fd86b1f7081e15b2031a0187ac (patch)
treeadbf24c1d6efcbcd6fad2cfa9d98aff6970ffe16 /t/buildsystems/buildsystem_tests
parentcf88cb54bfc44e8a48eacc3bd6e852d7413780f7 (diff)
hide deprecation notice
Can this test be written w/o using --after?
Diffstat (limited to 't/buildsystems/buildsystem_tests')
-rwxr-xr-xt/buildsystems/buildsystem_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests
index 3b45ac5e..98b3895e 100755
--- a/t/buildsystems/buildsystem_tests
+++ b/t/buildsystems/buildsystem_tests
@@ -614,7 +614,7 @@ override_dh_auto_build:
$(MAKE)
%:
@dh_clean > /dev/null 2>&1
- @+dh --buildsystem=makefile --after=dh_auto_configure --until=dh_auto_build $@
+ @+dh --buildsystem=makefile --after=dh_auto_configure --until=dh_auto_build $@ 2>/dev/null
@dh_clean > /dev/null 2>&1
EOF
test_is_parallel( do_rules_for_parallel("build", "include debian/rules"),