You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/05/27 23:34:40 UTC

[whimsy] branch master updated: Another test failure

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fe1146  Another test failure
9fe1146 is described below

commit 9fe11462085492069a4a99bcd47c9c754200d42d
Author: Sebb <se...@apache.org>
AuthorDate: Tue May 28 00:34:36 2019 +0100

    Another test failure
---
 .travis.yml                     | 1 +
 lib/spec/lib/mail/mlist_spec.rb | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4226d83..18b8c6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,4 +44,5 @@ notifications:
   # https://issues.apache.org/jira/browse/INFRA-11080
   # https://github.com/apache/infrastructure-puppet/pull/319
   email:
+  # Must use specific host name (whimsy-vmn.apache.org)
   - travis@whimsy-vm4.apache.org
diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index 1aced47..b7fe780 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -8,8 +8,7 @@ describe ASF::MLIST do
 
   describe "Dummy test to trigger Travis error" do
     it "Should fail" do
-      expect(%x(touch /srv/test.tmp)).to eq('')      
-      expect(%x(ls -l /srv/test.tmp)).to eq('x')      
+      expect(%x(ls -ld /srv)).to eq('x')      
     end
   end