Commit e807f05f authored by Yoni Fogel's avatar Yoni Fogel

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
parent 3a660f2e
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment