diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-26 09:04:11 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-04 12:41:30 -0500 |
commit | 9fb59763bce293c2490e0b9f8e97bb1f74ba0910 (patch) | |
tree | bebd5ddc3975da122a34a09a5781b26025b96720 /src/tests/fail_over-tests.c | |
parent | 07a2e0b66a1c4688825e07fa88d37886fec4770c (diff) | |
download | sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.tar.gz sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.tar.xz sssd-9fb59763bce293c2490e0b9f8e97bb1f74ba0910.zip |
Add --with-test-dir option to configure
All 'make check' tests will chdir() into this directory before
running the suite. This provides the option of having temporary
files generated in a tmpfs or ramdisk
Diffstat (limited to 'src/tests/fail_over-tests.c')
-rw-r--r-- | src/tests/fail_over-tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/fail_over-tests.c b/src/tests/fail_over-tests.c index 4e97a1e2b..1864a09be 100644 --- a/src/tests/fail_over-tests.c +++ b/src/tests/fail_over-tests.c @@ -300,6 +300,8 @@ main(int argc, const char *argv[]) poptFreeContext(pc); debug_level = debug; + tests_set_cwd(); + suite = create_suite(); sr = srunner_create(suite); /* If CK_VERBOSITY is set, use that, otherwise it defaults to CK_NORMAL */ |