浏览代码

test a failed script

Nick Hildebrant 10 年之前
父节点
当前提交
34a783fb46
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      test/ci_test_basic/test_test2.lua

+ 5 - 0
test/ci_test_basic/test_test2.lua

@@ -7,3 +7,8 @@ function test_success_again()
   assert_true (true, 'more tests work')
 end
 
+function test_fail() 
+  assert_true ("not something true", 'fail test')
+end
+
+