Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1216151

[PATCH 2/2] selftests/zram: Makefile fix

From naresh.kamboju@linaro.org
Newsgroups linux.kernel
Subject [PATCH 2/2] selftests/zram: Makefile fix
Date 2015-08-31 13:50 +0200
Message-ID <q3vL4-6Ct-15@gated-at.bofh.it> (permalink)
References <q3vL3-6Ct-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Naresh Kamboju <naresh.kamboju@linaro.org>

Do not override run_tests, The default rule will just run TEST_PROGS

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
---
 tools/testing/selftests/zram/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/testing/selftests/zram/Makefile b/tools/testing/selftests/zram/Makefile
index ec45513..29d8034 100644
--- a/tools/testing/selftests/zram/Makefile
+++ b/tools/testing/selftests/zram/Makefile
@@ -5,8 +5,5 @@ TEST_FILES := zram01.sh zram02.sh zram_lib.sh
 
 include ../lib.mk
 
-run_tests:
-	@/bin/bash ./zram.sh
-
 clean:
 	$(RM) err.log
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] selftests/zram:  must be run as root naresh.kamboju@linaro.org - 2015-08-31 13:50 +0200
  [PATCH 2/2] selftests/zram: Makefile fix naresh.kamboju@linaro.org - 2015-08-31 13:50 +0200
    Re: [PATCH 2/2] selftests/zram: Makefile fix Michael Ellerman <mpe@ellerman.id.au> - 2015-09-01 03:00 +0200
      Re: [PATCH 2/2] selftests/zram: Makefile fix Shuah Khan <shuahkh@osg.samsung.com> - 2015-09-01 19:00 +0200
  Re: [PATCH 1/2] selftests/zram: must be run as root Shuah Khan <shuahkh@osg.samsung.com> - 2015-09-01 19:00 +0200

csiph-web