Explorar el Código

Make test return 1 (oops)

George S. Baugh hace 11 años
padre
commit
1b46585579
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      t/TestRail-API.t

+ 1 - 1
t/TestRail-API.t

@@ -133,4 +133,4 @@ skip: {
     #Delete project now that we are done with it
     ok($tr->deleteProject($new_project->{'id'}),"Can delete project");
 }
-0;
+1;