Browse Source

test a failed script

Nick Hildebrant 10 years ago
parent
commit
34a783fb46
1 changed files with 5 additions and 0 deletions
  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')
   assert_true (true, 'more tests work')
 end
 end
 
 
+function test_fail() 
+  assert_true ("not something true", 'fail test')
+end
+
+