From 8c811606b8cd90ee94ab443003ce89c6bbfa5d2d Mon Sep 17 00:00:00 2001
From: Weronika Lewandowska <weronika.lewandowska@intel.com>
Date: Mon, 27 May 2019 14:57:49 +0200
Subject: [PATCH] test: libpmempool_feature require debug

---
 src/test/libpmempool_feature/TEST0.PS1 | 5 ++++-
 src/test/libpmempool_feature/TEST1.PS1 | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/test/libpmempool_feature/TEST0.PS1 b/src/test/libpmempool_feature/TEST0.PS1
index a82e03825..327ae7370 100644
--- a/src/test/libpmempool_feature/TEST0.PS1
+++ b/src/test/libpmempool_feature/TEST0.PS1
@@ -1,5 +1,5 @@
 #
-# Copyright 2018, Intel Corporation
+# Copyright 2018-2019, Intel Corporation
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -38,6 +38,9 @@
 
 require_test_type medium
 
+# we are matching pmempool logs which are available only in debug version
+require_build_type debug
+
 require_fs_type any
 
 setup
diff --git a/src/test/libpmempool_feature/TEST1.PS1 b/src/test/libpmempool_feature/TEST1.PS1
index 9522bfcd5..9abb0815e 100644
--- a/src/test/libpmempool_feature/TEST1.PS1
+++ b/src/test/libpmempool_feature/TEST1.PS1
@@ -1,5 +1,5 @@
 #
-# Copyright 2018, Intel Corporation
+# Copyright 2018-2019, Intel Corporation
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -38,6 +38,9 @@
 
 require_test_type medium
 
+# we are matching pmempool logs which are available only in debug version
+require_build_type debug
+
 require_fs_type any
 
 setup
-- 
GitLab