Overview
Comment: | Paths in configs must not be built using PWD |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
9944381f09420b0fd07ba70de6d17805 |
User & Date: | matt on 2014-08-30 02:00:19 |
Other Links: | branch diff | manifest | tags |
Context
2014-09-03
| ||
08:32 | Tweaked settings in fdktest tests. Added verbose output on server start fail. check-in: 012982e117 user: mrwellan tags: v1.60 | |
2014-08-30
| ||
02:00 | Paths in configs must not be built using PWD check-in: 9944381f09 user: matt tags: v1.60 | |
2014-08-28
| ||
22:08 | Refactored db opening, removed some old cruft check-in: c95e61dd03 user: matt tags: v1.60 | |
Changes
Modified tests/fdktestqa/fdk.config from [7490ab5767] to [b19badc325].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - - - - + - + - + + + + + + | [fields] SYSTEM TEXT RELEASE TEXT |
Modified tests/fdktestqa/testqa/configs/megatest.def.config from [614ea68417] to [1df0e5e24a].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 | - + | # You can override environment variables for all your tests here [env-override] EXAMPLE_VAR example value # As you run more tests you may need to add additional disks, the names are arbitrary but must be unique [disks] |
Modified tests/fdktestqa/testqa/megatest.config from [3f695b560a] to [0bd41b6735].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 | - + | [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 # launchwait no [jobtools] |