aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh3
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index a0002f226..4e8fd6b3a 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -19,8 +19,7 @@ cd -
make -j$(( $nump / 2 ))
make install
-sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 &
-sleep 10
+sudo -u postgres /usr/lib/postgresql/15/bin/pg_ctl start -D /etc/postgresql/15/main -h localhost -p 5432
sudo -u postgres createuser -p 5432 root
sudo -u postgres createdb -p 5432 -O root talercheck
diff --git a/debian/changelog b/debian/changelog
index af0767e53..d6cc1e513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,8 +44,9 @@ taler-exchange (0.11.3) UNRELEASED; urgency=medium
* allow ARCH/CODENAME overwrites, as well as CODENAME-ARCH ones CODENAME-ARCH allows overwriting one pair without touching other ones in the same codename, or the same arch
* remove redundant/duplicate jobs
* fix: use codenames in from, oops
+ * rm tmp file
- -- Nullptrderef <nullptrderef@proton.me> Sun, 16 Jun 2024 12:37:57 +0000
+ -- Nullptrderef <nullptrderef@proton.me> Sun, 16 Jun 2024 14:13:24 +0000
taler-exchange (0.11.2) unstable; urgency=low