Skip to content

Commit 6f7aea8

Browse files
committed
IODEMO: check CI system
Signed-off-by: Changcheng Liu <[email protected]>
1 parent f124663 commit 6f7aea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/apps/iodemo/io_demo.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,6 +2319,7 @@ static int do_server(const options_t& test_opts)
23192319
static int do_client(options_t& test_opts)
23202320
{
23212321
IoDemoRandom::srand(test_opts.random_seed);
2322+
LOG << "CI check";
23222323
LOG << "random seed: " << test_opts.random_seed;
23232324

23242325
// randomize servers to optimize startup

0 commit comments

Comments
 (0)