Un-confuse @MorrisJobke 😉

This commit is contained in:
Thomas Müller 2015-11-25 16:19:51 +01:00
parent 757aa45db7
commit 26d758f0b1
1 changed files with 0 additions and 3 deletions

View File

@ -260,9 +260,6 @@ function execute_tests {
if [[ "$_XDEBUG_CONFIG" ]]; then
export XDEBUG_CONFIG=$_XDEBUG_CONFIG
fi
if [ -z "$TEST_SELECTION" ]; then
TEST_SELECTION='all'
fi
GROUP=''
if [ "$TEST_SELECTION" == "DB" ]; then
GROUP='--group DB'