File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,16 @@ MK = $(MAKE)
3030all-basic-tests  = BasePackages Specific Reg Internet
3131# # Keep in line with Makefile.common.
3232# # not Docs Standalone Packages
33- all-devel-tests  = DateTime IsAs Random Demo Primitive Regexp Internet2 CRANtools Segfault Conditions Misc-dev
33+ all-devel-tests  = DateTime IsAs Random Demo Primitive Regexp Translation \ 
34+     Internet2 CRANtools Segfault Conditions Misc-dev
3435
3536
3637# # <NOTE>
3738# # These depend on an internet connection, and the sites being up.
3839# # So allow this to fail: it may be slow doing so.
3940test-Internet :
4041	@$(ECHO )  " running tests of Internet functions" 
41- 	@$(ECHO )  "   expect some differences" 
4242	-@$(MAKE )  $(test-out-internet )  RVAL_IF_DIFF=0
43- 
44- #  test-Internet2:
45- #  	@$(ECHO) "running more Internet and socket tests"
46- #  	-@$(MK) $(test-out-internet2) RVAL_IF_DIFF=0
4743# # </NOTE>
4844
4945test-BasePackages :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ check-all: check-devel test-Recommended
1616include  $(top_builddir ) /etc$(R_ARCH ) /Makeconf
1717include  Makefile.common
1818
19+ 
1920# # GNU gettext disables LANGUAGE if LC_ALL=C, but other systems might not.
2021R   = $(R_HOME ) /$(BINDIR ) /Rterm --vanilla LANGUAGE=en LC_ALL=C SRCDIR=. R_DEFAULT_PACKAGES=
2122R2  = $(R_HOME ) /$(BINDIR ) /Rterm --vanilla SRCDIR=. R_DEFAULT_PACKAGES=
@@ -29,20 +30,16 @@ MK = $(MAKE)
2930all-basic-tests  = BasePackages Specific Reg Internet
3031# # Keep in line with Makefile.common.
3132# # not Docs Standalone Packages
32- all-devel-tests  = DateTime IsAs Random Demo Primitive Regexp Internet2 CRANtools Segfault Conditions Misc-dev
33+ all-devel-tests  = DateTime IsAs Random Demo Primitive Regexp Translation \ 
34+     Internet2 CRANtools Segfault Conditions Misc-dev
3335
3436
3537# # <NOTE>
3638# # These depend on an internet connection, and the sites being up.
3739# # So allow this to fail: it may be slow doing so.
3840test-Internet :
3941	@$(ECHO )  " running tests of Internet functions" 
40- 	@$(ECHO )  "   expect some differences" 
4142	-@$(MAKE )  $(test-out-internet )  RVAL_IF_DIFF=0
42- 
43- #  test-Internet2:
44- #  	@$(ECHO) "running more Internet and socket tests"
45- #  	-@$(MK) $(test-out-internet2) RVAL_IF_DIFF=0
4643# # </NOTE>
4744
4845test-BasePackages :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments