mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 10:16:34 -04:00
test: speed up tools test
This commit is contained in:
parent
b349e584e0
commit
a8938d5623
@ -1064,10 +1064,8 @@ TEST_P(tools_test, end_to_end) {
|
|||||||
#ifndef __APPLE__
|
#ifndef __APPLE__
|
||||||
// macFUSE is notoriously slow to start, so let's skip these tests
|
// macFUSE is notoriously slow to start, so let's skip these tests
|
||||||
if (!dwarfs::test::skip_slow_tests()) {
|
if (!dwarfs::test::skip_slow_tests()) {
|
||||||
all_options.push_back("-omlock=try");
|
all_options.push_back("-omlock=try,no_cache_image");
|
||||||
all_options.push_back("-ono_cache_image");
|
all_options.push_back("-otidy_strategy=time,cache_files");
|
||||||
all_options.push_back("-ocache_files");
|
|
||||||
all_options.push_back("-otidy_strategy=time");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user