mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Un-confuse @MorrisJobke 😉
This commit is contained in:
parent
757aa45db7
commit
26d758f0b1
1 changed files with 0 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue