Skip to content

Commit

Permalink
test: fix rpmem_addr_ext test
Browse files Browse the repository at this point in the history
It cannot work on nondebug builds, because it matches logs, which are
generated only in debug builds.
  • Loading branch information
marcinslusarz committed Apr 14, 2020
1 parent cfc35f0 commit 2ae42a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/rpmem_addr_ext/TEST0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2017-2018, Intel Corporation
# Copyright 2017-2020, Intel Corporation

#
# src/test/rpmem_addr_ext/TEST0 -- advanced unittest for invalid target formats
Expand All @@ -10,6 +10,9 @@

require_test_type short

# matching logs works only with the debug version
require_build_type debug

require_nodes 2

# libfabric version < 1.4.3 does not handle this test properly
Expand Down

0 comments on commit 2ae42a0

Please sign in to comment.