build: Add a note that ostree only supports InstalledTests
This commit is contained in:
parent
d92eedac4a
commit
bb8418ff01
|
|
@ -162,3 +162,11 @@ dist-snapshot:
|
||||||
done; \
|
done; \
|
||||||
mv ostree-$${GITVERSION}.tar{.tmp,}; \
|
mv ostree-$${GITVERSION}.tar{.tmp,}; \
|
||||||
gzip -f ostree-$${GITVERSION}.tar
|
gzip -f ostree-$${GITVERSION}.tar
|
||||||
|
|
||||||
|
check-local:
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " ostree only supports https://live.gnome.org/GnomeGoals/InstalledTests"
|
||||||
|
@echo " To run them, ostree must be configured with --enable-installed-tests and installed"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
@echo " *** NOTE ***"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue