Преглед на файлове

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: {