Differences From Artifact [233f3b9aad]:
- File tests/fullrun/megatest.config — part of check-in [0b313f7218] at 2013-09-13 18:17:39 on branch v1.55 — Somewhat speculative and partial fix for the non updating state/status on test run with transport=fs (user: mrwellan, size: 3010) [annotate] [blame] [check-ins using] [more...]
To Artifact [cf9da9135a]:
- File tests/fullrun/megatest.config — part of check-in [a4cf89e73c] at 2013-10-21 10:37:29 on branch v1.55 — Added run and test time display to test control panel. Added default runtimelim (user: mrwellan, size: 3061) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + | transport fs # If set to "default" the old code is used. Otherwise defaults to 200 or uses # numeric value given. # runqueue 20 # Default runtimelim 1d 1h 1m 10s # runtimelim 10m # It is possible (but not recommended) to override the rsync command used # to populate the test directories. For test development the following # example can be useful # # testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log |
︙ |