Skip to content

Commit f9bc8f5

Browse files
committed
quiet tests
Signed-off-by: Doug Hellmann <[email protected]>
1 parent ba2c4ea commit f9bc8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mkvirtualenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test_mkvirtualenv_sitepackages () {
105105
mkvirtualenv --no-site-packages "without_sp" >/dev/null 2>&1
106106
ngsp_file="`virtualenvwrapper_get_site_packages_dir`/../no-global-site-packages.txt"
107107
assertTrue "$ngsp_file does not exist" "[ -f \"$ngsp_file\" ]"
108-
rmvirtualenv "env4"
108+
rmvirtualenv "env4" >/dev/null 2>&1
109109
}
110110

111111
test_mkvirtualenv_hooks_system_site_packages () {
@@ -137,7 +137,7 @@ test_mkvirtualenv_args () {
137137
mkvirtualenv "without_sp2" >/dev/null 2>&1
138138
ngsp_file="`virtualenvwrapper_get_site_packages_dir`/../no-global-site-packages.txt"
139139
assertTrue "$ngsp_file does not exist" "[ -f \"$ngsp_file\" ]"
140-
rmvirtualenv "env4"
140+
rmvirtualenv "env4" >/dev/null 2>&1
141141
unset VIRTUALENVWRAPPER_VIRTUALENV_ARGS
142142
}
143143

0 commit comments

Comments
 (0)