Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-02-23 12:05:20 +0300
committerMax <max@nextcloud.com>2022-03-02 10:19:28 +0300
commitf2384f4f895cf8c8c37b349d0b0c2bac7da81b98 (patch)
tree5e0284b6014707c627cff58e5b14946372cc5ca2 /cypress
parentd3315bf32a8c966b3a7aea45c3df762277e1e2a0 (diff)
test: do not force_language for cypress
Currently only few tests are language dependent. Run tests without a preset language on the server and fix the language in the tests in question. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/server.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress/server.sh b/cypress/server.sh
index 22f030470..a50a2c5f0 100644
--- a/cypress/server.sh
+++ b/cypress/server.sh
@@ -1,7 +1,6 @@
#!/bin/bash
git clone https://github.com/nextcloud/viewer /var/www/html/apps/viewer
su www-data -c "
-php occ config:system:set force_language --value en
php /var/www/html/occ app:enable viewer
php /var/www/html/occ app:enable text
php /var/www/html/occ app:list