Move autotest to autopilot/ directory

This commit is contained in:
Jerome Petazzoni
2017-12-21 04:32:16 +01:00
parent a7743a4314
commit afe7b8523c
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -7,4 +7,4 @@ prepare-vms/ips.pdf
prepare-vms/settings.yaml
prepare-vms/tags
slides/*.yml.html
slides/state.yaml
slides/autopilot/state.yaml

View File

@@ -43,7 +43,7 @@ because they have a few things in common:
(and updated) identically between different decks;
- a [build system](slides/) generating HTML slides from
Markdown source files;
- a [semi-automated test harness](slides/autotest.py) to check
- a [semi-automated test harness](slides/autopilot/) to check
that the exercises and examples provided work properly;
- a [PhantomJS script](slides/slidechecker.js) to check
that the slides look good and don't have formatting issues;