Skip to content

Commit

Permalink
IODEMO: verify CI system
Browse files Browse the repository at this point in the history
Signed-off-by: Changcheng Liu <jerrliu@nvidia.com>
  • Loading branch information
changchengx committed Jan 20, 2022
1 parent f124663 commit e88e874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/apps/iodemo/io_demo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2319,6 +2319,7 @@ static int do_server(const options_t& test_opts)
static int do_client(options_t& test_opts)
{
IoDemoRandom::srand(test_opts.random_seed);
LOG << "CI check";
LOG << "random seed: " << test_opts.random_seed;

// randomize servers to optimize startup
Expand Down

0 comments on commit e88e874

Please sign in to comment.