]> gitweb.factorcode.org Git - factor.git/commitdiff
.travis.yml: test only resource:core.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Nov 2020 04:42:03 +0000 (20:42 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Nov 2020 04:42:03 +0000 (20:42 -0800)
.travis.yml

index 74259449adbb46bd72cd56ede73aa3f3eaced8a9..23d3694618edbdc8e8131bb0c68d4cdb3e5ff547 100644 (file)
@@ -47,4 +47,4 @@ script:
   - echo "CI_BRANCH=${CI_BRANCH}"
   - DEBUG=1 ./build.sh net-bootstrap < /dev/null
   - "./factor -e='USING: memory tools.test namespaces ; f long-unit-tests-enabled? set-global save'"
-  - "./factor -e='USING: sequences tools.test.private vocabs.hierarchy ; \"resource:core\" disk-vocabs-in-root test-vocabs'"
+  - "./factor -run=tools.test --only resource:core"