mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 16:14:08 +00:00
Test interactive configuration in travis-ci
With this test we would have realised earlier there was a bug with config defaults.
This commit is contained in:
parent
a2241a07c6
commit
acbd5ae371
1
Makefile
1
Makefile
@ -48,6 +48,7 @@ ci-bundle: ## Create bundle and run basic tests
|
|||||||
mkdir -p releases/
|
mkdir -p releases/
|
||||||
./dist/tutor --version
|
./dist/tutor --version
|
||||||
./dist/tutor config printroot
|
./dist/tutor config printroot
|
||||||
|
yes "" | ./dist/tutor config save
|
||||||
./dist/tutor config save --yes --set ACTIVATE_NOTES=true --set ACTIVATE_XQUEUE=true
|
./dist/tutor config save --yes --set ACTIVATE_NOTES=true --set ACTIVATE_XQUEUE=true
|
||||||
|
|
||||||
./releases/github-release: ## Download github-release binary
|
./releases/github-release: ## Download github-release binary
|
||||||
|
Loading…
Reference in New Issue
Block a user