# New Ticket Created by  "Deven T. Corzine" 
# Please include the string:  [perl #56050]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56050 >


Index: root.in
===================================================================
--- root.in     (revision 28471)
+++ root.in     (working copy)
@@ -163,11 +163,11 @@
 # NOTE: eventually, we should remove --keep-exit-code and --fudge
 #       as the goal is that all tests must pass without fudge
 spectest: all t/spec
-       cd t/spec && svn up
+       -cd t/spec && svn up
        $(PERL) t/harness --fudge --keep-exit-code t/spec
 
 spectest_regression: all t/spec t/spectest_regression.data
-       cd t/spec && svn up
+       -cd t/spec && svn up
        $(PERL) t/harness \
         --configfudge \
         --tests-from-file=t/spectest_regression.data \

Reply via email to