Skip to content
Snippets Groups Projects
Commit 26d758f0 authored by Thomas Müller's avatar Thomas Müller
Browse files

Un-confuse @MorrisJobke :wink:

parent 757aa45d
No related branches found
No related tags found
No related merge requests found
...@@ -260,9 +260,6 @@ function execute_tests { ...@@ -260,9 +260,6 @@ function execute_tests {
if [[ "$_XDEBUG_CONFIG" ]]; then if [[ "$_XDEBUG_CONFIG" ]]; then
export XDEBUG_CONFIG=$_XDEBUG_CONFIG export XDEBUG_CONFIG=$_XDEBUG_CONFIG
fi fi
if [ -z "$TEST_SELECTION" ]; then
TEST_SELECTION='all'
fi
GROUP='' GROUP=''
if [ "$TEST_SELECTION" == "DB" ]; then if [ "$TEST_SELECTION" == "DB" ]; then
GROUP='--group DB' GROUP='--group DB'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment