ソースを参照

Make test return 1 (oops)

George S. Baugh 11 年 前
コミット
1b46585579
1 ファイル変更1 行追加1 行削除
  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;