소스 검색

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
+
+