make/RunTests.gmk
changeset 47928 fb62d4519338
parent 47329 43b33ee91ea0
child 47932 0c22f6b9b5e2
--- a/make/RunTests.gmk	Thu Nov 23 15:03:22 2017 +0530
+++ b/make/RunTests.gmk	Thu Nov 23 13:24:40 2017 +0100
@@ -162,7 +162,7 @@
 ifeq ($(TEST), )
   $(info No test selection given in TEST!)
   $(info Please use e.g. 'run-test TEST=tier1' or 'run-test-tier1')
-  $(info See common/doc/testing.[md|html] for help)
+  $(info See doc/testing.[md|html] for help)
   $(error Cannot continue)
 endif
 
@@ -185,7 +185,7 @@
 
 ifneq ($(UNKNOWN_TEST), )
   $(info Unknown test selection: '$(UNKNOWN_TEST)')
-  $(info See common/doc/testing.[md|html] for help)
+  $(info See doc/testing.[md|html] for help)
   $(error Cannot continue)
 endif