aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-09 17:47:13 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-09 17:47:13 -0400
commit5abaa600ab3fe65d18c15e228cc0e36ba4d690c7 (patch)
tree5ec21d362c9ed3e0c3b5e1c6f62bcd4023d39ba2 /tests
parentgrs/Kernel.py: don't rebuild/reinstall a kernel if its linux-image tarball ex... (diff)
downloadgrss-5abaa600ab3fe65d18c15e228cc0e36ba4d690c7.tar.gz
grss-5abaa600ab3fe65d18c15e228cc0e36ba4d690c7.tar.bz2
grss-5abaa600ab3fe65d18c15e228cc0e36ba4d690c7.zip
Remove CONST.namervers[]. To be provided by grs repo.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-constants.py b/tests/test-constants.py
index cefb9cb..a6f0d72 100755
--- a/tests/test-constants.py
+++ b/tests/test-constants.py
@@ -42,7 +42,6 @@ if __name__ == "__main__":
del CONST.I_AM_NEW
assert CONST.I_AM_NEW == original
- print(CONST.nameservers)
print(CONST.repo_uris)
print(CONST.stage_uris)
print(CONST.names)