Megatest

Diff
Login

Differences From Artifact [df18637493]:

To Artifact [0c7cdb0a88]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#! /usr/bin/ruby
#! /usr/bin/env ruby

require "#{ENV['MT_RUN_AREA_HOME']}/supportfiles/ruby/librunscript.rb"

# run_record(stepname, cmd) - will record in db if exit code of script was zero or not
run_and_record('create db',"sqlite3 testing.db << EOF\ncreate table if not exists blah(id INTEGER PRIMARY KEY,name TEXT);\n.q\nEOF","")

# file_size_checker(stepname, filename, minsize, maxsize) - negative means ignore