diff options
| author | chenzizhan <[email protected]> | 2023-05-30 15:01:36 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-05-30 15:01:36 +0800 |
| commit | 9508f5d8d4aca576946dc82c269ba8e8013a05ac (patch) | |
| tree | 7eeaa977b679f4f5a9c83550dbad9a93193a8705 /test/src/test_utils.cpp | |
| parent | 87ed25f469033eb8f636f2f1b4999540a93172a8 (diff) | |
try ciczz-dev3-hk
Diffstat (limited to 'test/src/test_utils.cpp')
| -rw-r--r-- | test/src/test_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/test_utils.cpp b/test/src/test_utils.cpp index 5f082ad..8a7b5cf 100644 --- a/test/src/test_utils.cpp +++ b/test/src/test_utils.cpp @@ -195,7 +195,6 @@ std::string Heavy_keeper_tester::read_from_prometheus(const char *output_file_pa sleep(3); char cmd[128]; sprintf(cmd, "curl -s http://127.0.0.1:%lu/metrics -o %s", portal, output_file_path); - cout << "system " << cmd << endl; system(cmd); std::ifstream ifs(output_file_path); |
