| commit | b690dfed2d0643d27ee72cf5951662f37a1b9468 | [log] [tgz] |
|---|---|---|
| author | Boris Egorov <egorov@linux.com> | Tue Feb 17 23:43:59 2015 +0600 |
| committer | Clark Williams <williams@redhat.com> | Tue Feb 17 12:56:44 2015 -0600 |
| tree | 3c5eed9c0aba3db32448876a1478d3cb19db9246 | |
| parent | f2ceb5e1f9476dcba6cbcf24bdae7984b3c1052c [diff] |
rt-migrate-test: use variables instead of macros By default, static variables run_interval and interval assigned to macros with corresponding uppercase name, RUN_INTERVAL and INTERVAL. Later in code we should only use these variables to properly handle options passed by user. Signed-off-by: Boris Egorov <egorov@linux.com> Signed-off-by: Clark Williams <williams@redhat.com>