Overview
Comment: | Partial checkin for fixes to -runstep |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0add4d5d70c81b86815f4a2304069d4f |
User & Date: | mrwellan on 2011-05-06 12:22:56 |
Other Links: | manifest | tags |
Context
2011-05-06
| ||
14:33 | Couple more tweaks to -runstep check-in: adea88835b user: mrwellan tags: trunk | |
12:22 | Partial checkin for fixes to -runstep check-in: 0add4d5d70 user: mrwellan tags: trunk | |
10:20 | Missing fixes redone. runs:test-get-info -> db:test-get-info check-in: 772558f8b5 user: mrwellan tags: trunk | |
Changes
Modified megatest.scm from [2fe3656792] to [7b8d24e9fd].
︙ | |||
48 49 50 51 52 53 54 55 56 57 58 59 60 61 | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | + | -xterm : start an xterm instead of launching the test Helpers -runstep stepname ... : take leftover params as comand and execute as stepname log will be in stepname.log -logpro file : with -exec apply logpro file to stepname.log, creates stepname.html and sets log to same If using make use stepname_logpro.log as your target Called as " (string-intersperse (argv) " "))) ;; -gui : start a gui interface ;; -config fname : override the runconfig file with fname ;; process args |
︙ | |||
462 463 464 465 466 467 468 | 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 | - + + - - + + + + + + + + + + - + - + - - + + + + | (test-set-status! db run-id test-name state status itemdat (args:get-arg "-m")) (if (and state status) (if (not (args:get-arg "-setlog")) (begin (print "ERROR: You must specify :state and :status with every call to -test-status\n" help) (sqlite3:finalize! db) (exit 6))))) |
︙ |
Modified tests/megatest.config from [c2d2bae88c] to [36955f5b25].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | [fields] sysname TEXT fsname TEXT datapath TEXT [setup] |
︙ |
Modified tests/tests/runfirst/main.sh from [b6ac44a0c4] to [90abad0086].
1 2 | 1 2 3 4 5 6 7 8 9 | - - - + + + + + | #!/bin/bash |