Overview
Comment: | Fixed minor issue with ods |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
c90f28e6b28c559d1f25a4d9677b7915 |
User & Date: | matt on 2013-08-19 23:52:35 |
Other Links: | branch diff | manifest | tags |
Context
2013-08-20
| ||
00:20 | Commented out tweak for better sort logic, look in bubble-up check-in: 7f93bdaf46 user: matt tags: v1.55 | |
2013-08-19
| ||
23:52 | Fixed minor issue with ods check-in: c90f28e6b2 user: matt tags: v1.55 | |
15:58 | Added collapse/expand for itemized tests and completed alternative sort methods check-in: b50d150110 user: mrwellan tags: v1.55 | |
Changes
Modified megatest.scm from [7748c6c15d] to [73e9da4e68].
︙ | ︙ | |||
819 820 821 822 823 824 825 | "Make ods spreadsheet" (lambda (target runname keys keyvals) (let ((db #f) (outputfile (args:get-arg "-extract-ods")) (runspatt (args:get-arg ":runname")) (pathmod (args:get-arg "-pathmod"))) ;; (keyvalalist (keys->alist keys "%"))) | | | | 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 | "Make ods spreadsheet" (lambda (target runname keys keyvals) (let ((db #f) (outputfile (args:get-arg "-extract-ods")) (runspatt (args:get-arg ":runname")) (pathmod (args:get-arg "-pathmod"))) ;; (keyvalalist (keys->alist keys "%"))) (debug:print 2 "Extract ods, outputfile: " outputfile " runspatt: " runspatt " keyvals: " keyvals) (cdb:remote-run db:extract-ods-file db outputfile keyvals (if runspatt runspatt "%") pathmod))))) ;;====================================================================== ;; execute the test ;; - gets called on remote host ;; - receives info from the -execute param ;; - passes info to steps via MT_CMDINFO env var (future is to use a dot file) ;; - gathers host info and |
︙ | ︙ |