We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d052489 commit ddf4b05Copy full SHA for ddf4b05
.travis.yml
@@ -535,7 +535,9 @@ install:
535
SANDBOX_FILE="${SANDBOX_FILE%.xz}.gz" ;
536
fi ;
537
make_sandbox --export_binaries "$SANDBOX_FILE" -- --sandbox_port 3310 --sandbox_directory msb --no_confirm --verbose $SANDBOX_OPTIONS || exit 1 ;
538
- mysqladmin -u root shutdown || exit 1 ;
+ if [ "$SERVER" != "system" ]; then
539
+ mysqladmin -u root shutdown || exit 1 ;
540
+ fi ;
541
sed 's/-lzlib //g' -i $SANDBOX_HOME/*/bin/mysql_config ;
542
rm -f $SANDBOX_HOME/*/bin/mariadb_config ;
543
fi
0 commit comments