Overview
Comment: | Tweaks to tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.5419 | refactor |
Files: | files | file ages | folders |
SHA1: |
c9226808755bd05d01c4ca5ec3441586 |
User & Date: | mrwellan on 2013-05-01 16:27:51 |
Other Links: | branch diff | manifest | tags |
Context
2013-05-02
| ||
16:42 | merged some refactoring back to the v1.54 branch check-in: c4ec0f7362 user: mrwellan tags: v1.54 | |
2013-05-01
| ||
17:50 | Added correct sqlite finalizer for db wrapper when passed a proc Closed-Leaf check-in: 2976b292d1 user: mrwellan tags: refactor | |
16:27 | Tweaks to tests check-in: c922680875 user: mrwellan tags: v1.5419, refactor | |
16:02 | Refactoring; open-run-close calls, remote calls check-in: dbcada9e2e user: mrwellan tags: refactor | |
Changes
Modified tests/fdktestqa/testqa/megatest.config from [88ea0dc535] to [72728fc759].
1 2 | 1 2 3 4 5 6 7 8 | - + | [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 |
Modified tests/fdktestqa/testqa/tests/bigrun/testconfig from [626446c270] to [cdfa932657].
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | # Add additional steps here. Format is "stepname script" [ezsteps] step1 step1.sh # Test requirements are specified here [requirements] # waiton setup priority 0 # Iteration for your tests are controlled by the items section [items] |
︙ |