Fixed a bash syntax error.
This commit is contained in:
parent
e0ed62e308
commit
1c8c63e0a5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ script:
|
|||
- ./autogen.sh
|
||||
- ./configure $CONFIGURE_OPTION
|
||||
- make
|
||||
- if [x$VALGRIND == xyes ]; make check 2>&1 > /dev/null; else; make check; fi
|
||||
- if [x$VALGRIND == xyes ]; make check 2>&1 > /dev/null; else make check; fi
|
||||
- if [x$VALGRIND == xyes ]; then valgrind ./tests/.libs/* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue