# HG changeset patch # User James Chang # Date 1438125559 25200 # Node ID 014b5d8f49a625b4e029f0c1445a7528b7a4269e # Parent fd98db93ff7c22790927b1ccc48a4c72dc3f7261 20460050 BASH should have some master test results to compare against diff -r fd98db93ff7c -r 014b5d8f49a6 components/bash/Makefile --- a/components/bash/Makefile Tue Jul 28 14:47:36 2015 -0700 +++ b/components/bash/Makefile Tue Jul 28 16:19:19 2015 -0700 @@ -87,7 +87,6 @@ # The bash test harness needs the GNU userland utilities TEST_PATH = "PATH=$(BUILD_DIR_64):$(GNUBIN):$(USRBINDIR)" -TEST_RESULTS_FILE = $(COMPONENT_TEST_RESULTS_DIR)/test-$(BITS)-results CONFIGURE_ENV += CFLAGS="$(CFLAGS)" CONFIGURE_ENV += LDFLAGS="$(LDFLAGS)" @@ -138,7 +137,11 @@ COMPONENT_TEST_DIR = $(BUILD_DIR_64) COMPONENT_TEST_ENV = - $(TEST_PATH) -COMPONENT_TEST_TARGETS = check > $(TEST_RESULTS_FILE) 2>&1 + +# The tests use /tmp/xx, and there can only be one user running +# the them at a time. Need to remove /tmp/xx after testing to +# avoid permission issues for other users running these tests +COMPONENT_POST_TEST_ACTION = rm -f /tmp/xx ASLR_MODE=$(ASLR_ENABLE)