From 25b4f26e92d8cc36c0398108c47046f7617e2264 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Jan 15 2018 14:19:37 +0000 Subject: add glib2 as example of test that uses standard-test-basic --- diff --git a/roles/standard-test-basic/README.md b/roles/standard-test-basic/README.md index ad17c20..82e0c2c 100644 --- a/roles/standard-test-basic/README.md +++ b/roles/standard-test-basic/README.md @@ -17,3 +17,5 @@ roles/standard-test-basic/vars/main.yml: is affecting the test subject (it's similar as rebuilding an rpm package to be tested) so this should be used with caution and only when necessary. + +Check glib2 package tests to find examples for using this role.