[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 07/46: phpunit : use plain text for restoring
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 07/46: phpunit : use plain text for restoring test database |
Date: |
Mon, 4 May 2020 13:38:42 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit b9fd0bbe8786f06afb9e06d399b252be363f8d00
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sun Feb 9 13:14:36 2020 +0100
phpunit : use plain text for restoring test database
---
unit-test/create-dossier-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unit-test/create-dossier-test.sh b/unit-test/create-dossier-test.sh
index 74eb39a..d14b5d5 100755
--- a/unit-test/create-dossier-test.sh
+++ b/unit-test/create-dossier-test.sh
@@ -5,5 +5,5 @@ FILE_TEST=dossiertest191124-2109.bin
dropdb $DOSSIER_TEST
createdb $DOSSIER_TEST
-pg_restore -Fc --no-owner --no-privilege --verbose -d $DOSSIER_TEST
db/$FILE_TEST
+pg_restore -Fp --no-owner --no-privilege --verbose -d $DOSSIER_TEST
db/$FILE_TEST
- [Noalyss-commit] [noalyss] branch master updated (f306130 -> aa78d59), Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 01/46: Record exception, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 04/46: Comptability PHP7.2, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 05/46: Documentation, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 02/46: Bug solde is rounded and doesn't have decimal, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 03/46: Test Acc_Account, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 06/46: Documentation, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 12/46: Minimum version : PHP 7.0 and PostgreSQL 9.5, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 07/46: phpunit : use plain text for restoring test database,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 09/46: search : add placeholder, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 10/46: Bug : customer.inc.php with http_input::request Correct : Contact.inc.php remove direct use of $_GET, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 11/46: New : Icon_Action::icon_onoff : display on or off, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 08/46: Bug : filter_list does not filter simple list, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 13/46: Noalyss_CSV : add setter and getter, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 16/46: remove blank line, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 18/46: Task #1694: Opération FIN: opération liée - code fiche mais pas nom, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 19/46: Task #0001704: Faciliter l'ajout de plusieurs lignes, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 23/46: Output_Html_Tab : cosmetic, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 24/46: Create test folder for phpunit, Dany De Bontridder, 2020/05/04