Skip to content

Commit 12b7c16

Browse files
author
efajardo
committed
Changed the cvmfs tests to be output more
1 parent b0ef1fa commit 12b7c16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osgtest/tests/test_18_cvmfs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def test_02_start_cvmfs(self):
7272
if core.state['cvmfs.version'] < ('2', '1'):
7373
command = ('service', 'cvmfs', 'restartautofs')
7474
else:
75-
command = ('service', 'autofs', 'restart')
75+
command = ('bash','-x', '/etc/init.d/autofs', 'restart')
76+
#command = ('service', 'autofs', 'restart')
7677
stdout, stderr, fail = core.check_system(command, 'Start cvmfs server')
7778
self.assert_(stdout.find('FAILED') == -1, fail)
7879
core.state['cvmfs.started-server'] = True

0 commit comments

Comments
 (0)