]> gitweb.factorcode.org Git - factor.git/commitdiff
.travis.yml: fix call to load-from-root.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Dec 2020 01:03:12 +0000 (17:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 14 Dec 2020 01:03:12 +0000 (17:03 -0800)
.travis.yml

index b7f643db78ca1ac9caf288cc975c020b4741b168..7bdda4e47258993d141c69b1f83620d20250d20c 100644 (file)
@@ -58,7 +58,7 @@ script:
   - export CI_BRANCH="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
   - echo "CI_BRANCH=${CI_BRANCH}"
   - DEBUG=1 ./build.sh net-bootstrap < /dev/null
-  - "./factor -e='USING: memory tools.test namespaces vocabs.hierarchy ; f long-unit-tests-enabled? set-global \"resource:basis\" load-from-root save'"
-  - "./factor -e='USING: memory tools.test namespaces vocabs.hierarchy ; f long-unit-tests-enabled? set-global \"resource:extra\" load-from-root save'"
+  - "./factor -e='USING: memory tools.test namespaces vocabs.hierarchy ; f long-unit-tests-enabled? set-global \"resource:basis\" \"\" load-from-root save'"
+  - "./factor -e='USING: memory tools.test namespaces vocabs.hierarchy ; f long-unit-tests-enabled? set-global \"resource:extra\" \"\" load-from-root save'"
   - "./factor -run=tools.test resource:core"
   - "./factor -run=help.lint resource:core resource:basis resource:extra"