40c3e555affbd16d650932d9ae626443f42bbc5b
hiram
  Thu Mar 23 15:14:49 2023 -0700
add to the help message refs #30544

diff --git src/hg/hubApi/tests/makefile src/hg/hubApi/tests/makefile
index 83ca4eb..fbdad1c 100644
--- src/hg/hubApi/tests/makefile
+++ src/hg/hubApi/tests/makefile
@@ -2,31 +2,34 @@
 SERVERNAME ?= https://hgwdev-${USER}.gi.ucsc.edu
 
 test:: all
 
 help::
 	@printf "makefile targets:\n\
 test   -  using your sandbox hgwdev-${USER}.gi.ucsc.edu to run all tests\n\
 hgwdev -  using a unique vhost on hgwdev: api-test.gi.ucsc.edu\n\
 alpha  -  using genome-test.gi.ucsc.edu\n\
 beta   -  using apibeta-soe.ucsc.edu - the hgwbeta machine, not all tests\n\
        -  may work due to different sets of tracks and databases there.\n\
 anyTestTarget - there are many test targets\n\
 \n\
 To run a specific test for a specific server, for example:\n\
 \n\
-  SERVERNAME=\"https://genome-test.gi.ucsc.edu\" make test8\n"
+  SERVERNAME=\"https://genome-test.gi.ucsc.edu\" make test8\n\
+\n\
+Note:  Your sandbox trackDb needs to be up to date to allow the tests\n\
+       to function correctly.  If one fails, update that trackDb.\n"
 
 hgwdev::
 	SERVERNAME="https://api-test.gi.ucsc.edu" make test
 
 alpha::
 	SERVERNAME="https://genome-test.gi.ucsc.edu" make test
 
 beta::
 	SERVERNAME="https://apibeta.soe.ucsc.edu" make test
 
 all:: test0 listFunctions getFunctions listSchema getSequence wigData \
 	search supportedTypes errorTests notSupported bugReports
 
 listFunctions: list01 list02 list03 list04 list05 list06 list07 list08 list09 \
 	list10 list11 list12 list13 list14 list15 list16 list17 list18 list19 \