emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/with-simulated-input 311c142650 059/134: Add comments expl


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 311c142650 059/134: Add comments explaining why tests are run twice
Date: Mon, 10 Jan 2022 23:00:05 -0500 (EST)

branch: elpa/with-simulated-input
commit 311c1426504d9ca5c6702dd6d32ad364b6c1b8a6
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Add comments explaining why tests are run twice
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1cb32a75bc..b6b0fa7ea0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,5 +30,7 @@ before_script:
   - eldev prepare test
 
 script:
-  - travis-wait-enhanced --timeout=3m -- eldev -s -dtT test
-  - travis-wait-enhanced --timeout=3m -- eldev -p -dtT test
+  # Run in source mode for undercover
+  - travis-wait-enhanced --timeout=3m -- eldev -dtT --loading=source test
+  # Run in packaged mode for testing "actual use" conditions
+  - travis-wait-enhanced --timeout=3m -- eldev -dtT --loading=packaged test



reply via email to

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