mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
[t:4217] merge r37463 from 4217. Refs #4217.
git-svn-id: file:///svn/toku/tokudb@37464 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
49428cca08
commit
e9194786b1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ endif
|
|||
check_test-assertB: test-assert$(BINSUF) $(PTHREAD_LOCAL)
|
||||
@# one argument, not "ok" should err
|
||||
@rm -f test-assert.out
|
||||
($(VGRIND) ./$< notok) > test-assert.out 2>&1 ; test $$? = $(TEST_ASSERT_FAILCODE) && fgrep failed test-assert.out > /dev/null $(SUMMARIZE_CMD)
|
||||
($(VGRIND) ./$< notok) > test-assert.out 2>&1 ; test $$? = $(TEST_ASSERT_FAILCODE) && fgrep failed test-assert.out > /dev/null && rm test-assert.out $(SUMMARIZE_CMD)
|
||||
check_test-assertC: test-assert$(BINSUF) $(PTHREAD_LOCAL)
|
||||
|
||||
check_test-assert$(BINSUF): test-assert$(BINSUF) $(PTHREAD_LOCAL)
|
||||
|
|
Loading…
Add table
Reference in a new issue