We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616f4ab commit 97ee0d7Copy full SHA for 97ee0d7
osgtest/tests/test_60_singularity.py
@@ -18,7 +18,7 @@ def mountSingularityCVMFSRepo(self, repo):
18
command = ('mount', '-t', 'cvmfs', 'repo', '/cvmfs/' + repo)
19
status, stdout, stderr = core.system(command, False)
20
if status != 0:
21
- self.fail("failed to mount" % repo)
+ self.fail("failed to mount: %s, error: %s" % (repo,stderr))
22
23
24
def test_01_singularity(self):
0 commit comments