Browse Source

Closes #1048

Replaced 'test_thread_stack.%' in rules with '$<', which refers to the first
prerequisite listed.

This fixes the nondeterministic nature of this test failing (for reasons
of being unable to find the binary).

git-svn-id: file:///svn/tokudb@5387 c7de825b-a66e-492c-adef-691d508d4ae1
pull/56/head
Yoni Fogel 18 years ago
parent
commit
e807f05f67
  1. 4
      src/tests/Makefile

4
src/tests/Makefile

@ -235,6 +235,6 @@ dumpit:
# test on small stacks
test_thread_stack.%run: test_thread_stack.%
$(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384 && \
$(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384 -resume $(SUMMARIZE_CMD)
$(UNSETTOKUENV) ./$< -a -thread_stack 16384 && \
$(UNSETTOKUENV) ./$< -a -thread_stack 16384 -resume $(SUMMARIZE_CMD)
Loading…
Cancel
Save