components/erlang/Makefile
changeset 3958 fc5cedb0932b
parent 3817 30b42c38bbc4
child 4164 78ce887dcfd6
--- a/components/erlang/Makefile	Mon Mar 16 14:10:53 2015 -0700
+++ b/components/erlang/Makefile	Mon Mar 16 14:22:24 2015 -0700
@@ -107,6 +107,11 @@
 COMPONENT_TEST_ENV +=		ERL_TOP=$(BUILD_DIR_64)
 COMPONENT_TEST_TARGETS =	tests
 
+# Remove the two lines which contains the tester's username.
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "s|/ldisk/tests|XXX_UID_XXX|g" ' \
+	'-e "/XXX_UID_XXX/d" '
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets