[SCM] Debian package checker branch, master, updated. 2.5.1-113-g983761f
The following commit has been merged in the master branch:
commit 983761f812dc62c145b6eada9be80f8cfe77343d
Author: Niels Thykier <niels@thykier.net>
Date: Sat Jul 16 23:28:13 2011 +0200
Added missing fakeroot call during test build
diff --git a/t/runtests b/t/runtests
index a5ea765..050d6e4 100755
--- a/t/runtests
+++ b/t/runtests
@@ -626,7 +626,7 @@ sub generic_test_runner {
runsystem('cp', '-rp', $testdir, $targetdir);
msg_print 'building... ';
- runsystem("cd $targetdir && make >../build.$test 2>&1");
+ runsystem("cd $targetdir && fakeroot make >../build.$test 2>&1");
msg_print 'testing... ';
runsystem_ok("$LINTIAN --allow-root --no-cfg -I -E $targetdir/*.$ext 2>&1"
--
Debian package checker
Reply to: