mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -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__
|
||||
// macFUSE is notoriously slow to start, so let's skip these tests
|
||||
if (!dwarfs::test::skip_slow_tests()) {
|
||||
all_options.push_back("-omlock=try");
|
||||
all_options.push_back("-ono_cache_image");
|
||||
all_options.push_back("-ocache_files");
|
||||
all_options.push_back("-otidy_strategy=time");
|
||||
all_options.push_back("-omlock=try,no_cache_image");
|
||||
all_options.push_back("-otidy_strategy=time,cache_files");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user