소스 검색

Restore binary start up tests to RELEASE only

Daniel Gempesaw 10 년 전
부모
커밋
5a8803b8e2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      t/CanStartBinary.t

+ 3 - 3
t/CanStartBinary.t

@@ -9,9 +9,9 @@ use Sub::Install;
 use Test::Fatal;
 use Test::More;
 
-# unless ( $ENV{RELEASE_TESTING} ) {
-#     plan skip_all => "Author tests not required for installation.";
-# }
+unless ( $ENV{RELEASE_TESTING} ) {
+    plan skip_all => "Author tests not required for installation.";
+}
 
 PHANTOMJS: {
   SKIP: {