test: Add support for out-of-band storage of test/reference
This commit is contained in:
parent
5148a7ae84
commit
222f588056
5 changed files with 48 additions and 2 deletions
|
|
@ -10,5 +10,6 @@ require:
|
|||
- make
|
||||
- npm
|
||||
- python3
|
||||
- python3-pillow
|
||||
test: ./browser.sh
|
||||
duration: 60m
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue