Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a0fea16d
Commit
a0fea16d
authored
Dec 02, 2014
by
Joas Schilling
Browse files
Allow overwriting DATADIR completly so ramdisk can be used
parent
a73023fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotest.cmd
View file @
a0fea16d
...
...
@@ -10,7 +10,7 @@
@echo
off
set
BASEDIR
=
%~dp0
set
DATADIR
=
data
-autotest
set
DATADIR
=
%BASEDIR%
data
-autotest
:: create autoconfig for sqlite, mysql, postgresql and mssql
echo
^<
?
php
>
.\tests\autoconfig
-sqlite
.php
...
...
@@ -20,7 +20,7 @@ echo 'dbtype' ^=^> 'sqlite'^, >> .\tests\autoconfig-sqlite.ph
echo
'dbtableprefix'
^=^>
'oc_'
^,
>>
.\tests\autoconfig
-sqlite
.php
echo
'adminlogin'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-sqlite
.php
echo
'adminpass'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-sqlite
.php
echo
'directory'
^=^>
'
%
BASEDIR%%
DATADIR
%
'
^,
>>
.\tests\autoconfig
-sqlite
.php
echo
'directory'
^=^>
'
%DATADIR%
'
^,
>>
.\tests\autoconfig
-sqlite
.php
echo
^)^;
>>
.\tests\autoconfig
-sqlite
.php
echo
^<
?
php
>
.\tests\autoconfig
-mysql
.php
...
...
@@ -30,7 +30,7 @@ echo 'dbtype' ^=^> 'mysql'^, >> .\tests\autoconfig-mysql.php
echo
'dbtableprefix'
^=^>
'oc_'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'adminlogin'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'adminpass'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'directory'
^=^>
'
%
BASEDIR%%
DATADIR
%
'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'directory'
^=^>
'
%DATADIR%
'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'dbuser'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'dbname'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-mysql
.php
echo
'dbhost'
^=^>
'localhost'
^,
>>
.\tests\autoconfig
-mysql
.php
...
...
@@ -44,7 +44,7 @@ echo 'dbtype' ^=^> 'pgsql'^, >> .\tests\autoconfig-pgsql.php
echo
'dbtableprefix'
^=^>
'oc_'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'adminlogin'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'adminpass'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'directory'
^=^>
'
%
BASEDIR%%
DATADIR
%
'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'directory'
^=^>
'
%DATADIR%
'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'dbuser'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'dbname'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-pgsql
.php
echo
'dbhost'
^=^>
'localhost'
^,
>>
.\tests\autoconfig
-pgsql
.php
...
...
@@ -58,7 +58,7 @@ echo 'dbtype' ^=^> 'mssql'^, >> .\tests\autoconfig-mssql.php
echo
'dbtableprefix'
^=^>
'oc_'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'adminlogin'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'adminpass'
^=^>
'admin'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'directory'
^=^>
'
%
BASEDIR%%
DATADIR
%
'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'directory'
^=^>
'
%DATADIR%
'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'dbuser'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'dbname'
^=^>
'oc_autotest'
^,
>>
.\tests\autoconfig
-mssql
.php
echo
'dbhost'
^=^>
'localhost\sqlexpress'
^,
>>
.\tests\autoconfig
-mssql
.php
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment