Overview
Comment: | Added some additional tests to the example run |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | experimental |
Files: | files | file ages | folders |
SHA1: |
a6f2ac3f359358741250ead825b6bc6e |
User & Date: | mrwellan on 2011-06-19 12:03:53 |
Other Links: | branch diff | manifest | tags |
Context
2011-06-20
| ||
14:42 | Switched when queued items get run. check-in: 5c521cf269 user: mrwellan tags: experimental | |
2011-06-19
| ||
12:03 | Added some additional tests to the example run check-in: a6f2ac3f35 user: mrwellan tags: experimental | |
2011-06-18
| ||
22:20 | Adding a singletest (i.e. no items) check-in: 5d48bcf740 user: mrwellan tags: experimental | |
Changes
Modified tests/tests/runfirst/main.sh from [d6bd6dbe4e] to [a8a57b2cef].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 | - + | #!/bin/bash # megatest -step wasting_time :state start :status n/a -m "This is a test step comment" # sleep 20 # megatest -step wasting_time :state end :status $? |
Modified tests/tests/singletest/main.sh from [d6bd6dbe4e] to [c23e537bd9].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 | - + | #!/bin/bash # megatest -step wasting_time :state start :status n/a -m "This is a test step comment" # sleep 20 # megatest -step wasting_time :state end :status $? |
Added tests/tests/singletest2/main.sh version [c23e537bd9].
|
Added tests/tests/singletest2/testconfig version [2527ed7627].
|
Added tests/tests/singletest2/wasting_time.logpro version [1c532ab9c9].
|
Modified tests/tests/sqlitespeed/runscript.rb from [404979dd42] to [0d2a430580].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + | #! /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 # file_size_checker('create db','testing.db',100,-1) |
︙ |