test: Add support for out-of-band storage of test/reference

This commit is contained in:
Marius Vollmer 2021-04-27 11:02:51 +03:00
parent 5148a7ae84
commit 222f588056
5 changed files with 48 additions and 2 deletions

View file

@ -10,5 +10,6 @@ require:
- make
- npm
- python3
- python3-pillow
test: ./browser.sh
duration: 60m

View file

@ -4,7 +4,7 @@ set -eux
# tests need cockpit's bots/ libraries and test infrastructure
cd $SOURCE
git init
make bots test/common
make bots test/common test/reference
# only install a subset to save time/space
rm -f package-lock.json # otherwise the command below installs *everything*, argh