浏览代码

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;