gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] 03/07: switching to unpriviledged user for test


From: gnunet
Subject: [GNUnet-SVN] [ascension] 03/07: switching to unpriviledged user for tests
Date: Mon, 13 May 2019 11:10:04 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

commit 08018c06a24c213862b82d1894aaad0c51f9778e
Author: rexxnor <address@hidden>
AuthorDate: Mon May 13 09:37:38 2019 +0200

    switching to unpriviledged user for tests
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec9e956..827f227 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ run-build_deb:
     - apt install -y ./deb_dist/python3-ascension_0.6.1-1_all.deb
     - su ascension -s /bin/bash -c "ascension -h"
     - cd ascension/test/
-    - bash test_ascension_simple.sh
+    - su ascension -s /bin/bash -c "bash test_ascension_simple.sh"
     - apt install -y dh-make
   artifacts:
     paths:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]