mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
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
This commit is contained in:
parent
df1c7a9379
commit
0ac518ea4f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue