diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-11 23:46:32 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-02-11 23:46:32 +0100 |
commit | 0c31c3cc3a928e8ca9272d32d68163c0700697ea (patch) | |
tree | 2b15184b2481408f3e9385b1e35cf224d1157b83 /autotest.cmd | |
parent | df528bf1db4a45c8fd3e8b814d98ded83b1dbe56 (diff) | |
download | nextcloud-server-0c31c3cc3a928e8ca9272d32d68163c0700697ea.tar.gz nextcloud-server-0c31c3cc3a928e8ca9272d32d68163c0700697ea.zip |
fixing user for autotesting mssql
Diffstat (limited to 'autotest.cmd')
-rw-r--r-- | autotest.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.cmd b/autotest.cmd index e5ea0cf4c35..a511faef9c6 100644 --- a/autotest.cmd +++ b/autotest.cmd @@ -104,7 +104,7 @@ goto:eof if "%~1" == "pgsql" dropdb -h localhost -p 5432 -U oc_autotest -w oc_autotest :: we assume a sqlexpress installation - if "%~1" == "mssql" sqlcmd -S localhost\sqlexpress -U oc_autotext -P owncloud -Q "IF EXISTS (SELECT name FROM sys.databases WHERE name=N'oc_autotest') DROP DATABASE [oc_autotest]" + if "%~1" == "mssql" sqlcmd -S localhost\sqlexpress -U oc_autotest -P owncloud -Q "IF EXISTS (SELECT name FROM sys.databases WHERE name=N'oc_autotest') DROP DATABASE [oc_autotest]" :: copy autoconfig copy /y %BASEDIR%\tests\autoconfig-%~1.php %BASEDIR%\config\autoconfig.php |