]> git.sur5r.net Git - bacula/bacula/commitdiff
Eliminate non-essential directories to reduce size
authorKern Sibbald <kern@sibbald.com>
Sun, 15 Mar 2009 16:22:37 +0000 (16:22 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 15 Mar 2009 16:22:37 +0000 (16:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8537 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/setup

index f47257822cc05d514ecd867e95d906c83e417a25..62b592eb2bd70e0430bc0ba66e31dafd7b406969 100755 (executable)
@@ -44,6 +44,9 @@ make -j3
 check_exit_code
 make install
 check_exit_code
+# eliminate non-essential directories to reduce
+#   size.  Otherwise regress run too long
+rm -rf src/win32 examples patches
 cp src/tools/testls ../bin
 check_exit_code