Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -481,11 +481,11 @@ (params (if cmd (cdr remargs) '())) (exitstat #f) (shell (last (string-split (get-environment-variable "SHELL") "/"))) (redir (case (string->symbol shell) ((tcsh csh ksh) ">&") - ((zsh bash sh ash) "2>&1"))) + ((zsh bash sh ash) "2>&1 >"))) (fullcmd (conc "(" (string-intersperse (cons cmd params) " ") ") " redir " " logfile))) ;; mark the start of the test (test-set-status! db run-id test-name "start" "n/a" itemdat (args:get-arg "-m")) Index: tests/megatest.config ================================================================== --- tests/megatest.config +++ tests/megatest.config @@ -2,11 +2,10 @@ sysname TEXT fsname TEXT datapath TEXT [setup] -executable /nfs/ch/disks/ch_unienv_disk005/qa_mrwellan/interim/src/megatest/megatest max_concurrent_jobs 5 [jobtools] # ## launcher launches jobs, the job is managed on the target host ## by megatest, comment out launcher to run local