diff options
| author | Eric Fiselier <eric@efcs.ca> | 2018-11-14 22:49:42 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2018-11-14 22:49:42 +0000 |
| commit | 5828115e585fea8ef02294b3f728b812f9fa5630 (patch) | |
| tree | 23dfd6b66adf6b204dd9ac789ebb24634ab6439c /libcxx/benchmarks | |
| parent | 1dbe7ec9461095a0a9c322333dfb05b7cdd4f454 (diff) | |
| download | bcm5719-llvm-5828115e585fea8ef02294b3f728b812f9fa5630.tar.gz bcm5719-llvm-5828115e585fea8ef02294b3f728b812f9fa5630.zip | |
Attempt to show progress bar in benchmark tests
llvm-svn: 346905
Diffstat (limited to 'libcxx/benchmarks')
| -rw-r--r-- | libcxx/benchmarks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt index 457f604bf35..352f8fc1190 100644 --- a/libcxx/benchmarks/CMakeLists.txt +++ b/libcxx/benchmarks/CMakeLists.txt @@ -191,7 +191,7 @@ if (LIBCXX_INCLUDE_TESTS) ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py) - set(BENCHMARK_LIT_ARGS "--show-all --show-xfail --show-unsupported --no-progress-bar ${LIT_ARGS_DEFAULT}") + set(BENCHMARK_LIT_ARGS "--show-all --show-xfail --show-unsupported ${LIT_ARGS_DEFAULT}") add_lit_target(check-cxx-benchmarks "Running libcxx benchmarks tests" |

