Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
mysql5
>
mysql-5.1.61
> suse-test-run
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File suse-test-run of Package mysql-5.1.61
#!/bin/sh -e # # Test the SUSE mysql(-Max) package using the MySQL testsuite cd /usr/share/mysql-test if test -n "`/bin/ls var`"; then echo "removing temporary files from previous test run" rm -rf var/* fi if test "`whoami`" = "root"; then echo "running as root makes rpl_rotate_logs fail, switchig to user mysql" exec su mysql -c "$0 $*" fi set -x ./mysql-test-run --master-binary=/usr/sbin/%{mysql_binary} --slave-binary=/usr/sbin/%{mysql_binary} --big-test "$@"