gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 141/153: test1148: fix precheck output


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 141/153: test1148: fix precheck output
Date: Tue, 11 Sep 2018 12:53:32 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b8b338351c6e706c87f55e223a50d7bc516cfecb
Author: Marcel Raad <address@hidden>
AuthorDate: Sun Sep 2 12:51:00 2018 +0200

    test1148: fix precheck output
    
    "precheck command error" is not very helpful.
---
 tests/data/test1148 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/test1148 b/tests/data/test1148
index 47fb5a5d4..ba498698a 100644
--- a/tests/data/test1148
+++ b/tests/data/test1148
@@ -38,7 +38,7 @@ progress-bar
 http://%HOSTIP:%HTTPPORT/1148 -# --stderr log/stderrlog1148
 </command>
 <precheck>
-perl -e '$ENV{"LC_NUMERIC"} = "en_US.UTF-8"; 
system("./libtest/chkdecimalpoint") and die("Test requires point as decimal 
separator");'
+perl -e '$ENV{"LC_NUMERIC"} = "en_US.UTF-8"; print "Test requires point as 
decimal separator" if system("./libtest/chkdecimalpoint");'
 </precheck>
 <setenv>
 LC_ALL=

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



reply via email to

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