]> gitweb.factorcode.org Git - factor.git/commitdiff
travis.yml: Testing all of core is too much code? It hung for 10m without any output.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jul 2018 06:18:37 +0000 (01:18 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 5 Jul 2018 06:18:37 +0000 (01:18 -0500)
Maybe we could load-all then test core?
Also, maybe doing ``"math" test`` takes too long because we test all the subvocabs, so we should just test single vocabs at a time, non-recursively.

.travis.yml

index fdac26d71da74cc9259fe579f43b7b43ff170718..bb41068b7cdf129738d0ed00d3bfe12284cd1452 100644 (file)
@@ -50,4 +50,4 @@ script:
   - "./factor -e='USING: memory vocabs.hierarchy ; \"zealot\" load save'"
   - ./factor -run=zealot.cli-changed-vocabs
   - ./factor -run=zealot.cli-test-changed-vocabs
-  - "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'"
+#  - "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'"