#%Module
if {[info exists env(TESTSUITE_INFO_USER_IN_RC)]} {
    puts stderr "TAGS=[module-info tags]"
}
if {[info exists env(TESTSUITE_INFO_TAGS_NEARLY_FORBIDDEN)]} {
    set tomorrow [clock format [expr {[clock seconds]+86400}] -format %Y-%m-%d]
    module-forbid --after $tomorrow info/tags
}
if {[info exists env(TESTSUITE_INFO_TAGS_REPORT)]} {
    module-tag foo info/tags2
    module-tag bar info/tags2
}
if {[info exists env(TESTSUITE_INFO_TAGS_SET_MODULE_TAG)]} {
    module-tag foo info/tags
}
