Rename test task in build manifest

The "make test" tests not only the JS code in the browser, but also the
Python code directly without compilation.
This commit is contained in:
Carsten Grohmann 2022-01-11 21:14:21 +01:00
parent c926a2ebf9
commit 2d74af7032

View File

@ -30,7 +30,7 @@ tasks:
cd OOMAnalyser
make build
ls -l OOMAnalyser.html OOMAnalyser.js
- webtest: |
- test: |
cd OOMAnalyser
make test
triggers: