[gjs: 3/4] CI: Only run examples in scripts stage



commit 22f429f341f942dc49d7cdc8b9cfe309758f5e26
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Oct 23 10:08:02 2018 -0400

    CI: Only run examples in scripts stage
    
    The other scripts are already run during the installed tests. If we run
    them again during the scripts stage, then we potentially have to run them
    under XVFB.

 test/test-ci.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/test/test-ci.sh b/test/test-ci.sh
index 84708bfa..4b6e48d9 100755
--- a/test/test-ci.sh
+++ b/test/test-ci.sh
@@ -214,9 +214,7 @@ elif [[ $1 == "SH_CHECKS" ]]; then
     export LANG=C.UTF-8
     export LANGUAGE=C.UTF-8
 
-    installed-tests/scripts/testCommandLine.sh > scripts.log
-    installed-tests/scripts/testExamples.sh   >> scripts.log
-    installed-tests/scripts/testWarnings.sh   >> scripts.log
+    installed-tests/scripts/testExamples.sh > scripts.log
     do_Check_Script_Errors
 
 elif [[ $1 == "GJS_COVERAGE" ]]; then


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