Artifact 04d243acb5262d9fd2889250f3fe62fecf8447cf:
- Executable file tests/tests/lineitem_fail/main.sh — part of check-in [1eb40d3a48] at 2011-09-10 23:03:58 on branch trunk — Added lineitem data uploading and tests (user: matt, size: 490) [annotate] [blame] [check-ins using]
#!/bin/bash $MT_MEGATEST -load-test-data << EOF foo,bar, 1.2, 1.9, > foo,rab, 1.0e9, 10e9, 1e9 foo,bla, 1.2, 1.9, < foo,bal, 1.2, 1.2, < , ,Check for overload foo,alb, 1.2, 1.2, <= , Amps,This is the high power circuit test foo,abl, 1.2, 1.3, 0.1 foo,bra, 1.2, pass, silly stuff faz,bar, 10, 8mA, , ,"this is a comment" EOF # Needed to force rolling up the results and set the test to COMPLETED $MT_MEGATEST -test-status :state COMPLETED :status AUTO