@@ -8,10 +8,12 @@ if (! File.exists?("../../runfirst/I_was_here")) puts "ERROR: This test was started before the prerequisites ran!" system "megatest -test-status :state INCOMPLETE :status FAIL" exit 1 end + +system "megatest -setlog logcheck.html" # file_size_checker(stepname, filename, minsize, maxsize) - negative means ignore # file_size_checker('create db','testing.db',100,-1) num_records=rand(5) # 0000 @@ -30,9 +32,6 @@ else status='fail' end record_step("add #{num_records}","end",status) - - -