Megatest

Check-in [2829751795]
Login
Overview
Comment:Redirected stdout to mt_launch.log in test rsync calls for fdktestqa test
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 2829751795047e3d0f4580261b834e8dd1692f3d
User & Date: matt on 2013-04-28 23:19:53
Other Links: branch diff | manifest | tags
Context
2013-05-04
17:10
Notes updated check-in: 4c66171a66 user: matt tags: dev
2013-04-29
13:41
Merged development into runcontrol check-in: 6e5ba415c5 user: mrwellan tags: runcontrol
09:31
Merged development to v1.54 for release as v1.5418 check-in: 90fd97673d user: mrwellan tags: v1.54
2013-04-28
23:19
Redirected stdout to mt_launch.log in test rsync calls for fdktestqa test check-in: 2829751795 user: matt tags: dev
22:51
Corrected oops, used testpath when needed work-area. Added dump for cmdinfo check-in: 5bc1b6ab81 user: matt tags: dev
Changes

Modified tests/fdktestqa/testqa/megatest.config from [8a4e77ed26] to [5cdeb94e1e].

1
2
3
4
5
6
7
[setup]
testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/.

[include ../fdk.config]

[server]
timeout 0.01

|





1
2
3
4
5
6
7
[setup]
testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log

[include ../fdk.config]

[server]
timeout 0.01