Skip to content

Commit 97ee0d7

Browse files
author
efajardo
committed
Typoe in the code
1 parent 616f4ab commit 97ee0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_60_singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def mountSingularityCVMFSRepo(self, repo):
1818
command = ('mount', '-t', 'cvmfs', 'repo', '/cvmfs/' + repo)
1919
status, stdout, stderr = core.system(command, False)
2020
if status != 0:
21-
self.fail("failed to mount" % repo)
21+
self.fail("failed to mount: %s, error: %s" % (repo,stderr))
2222

2323

2424
def test_01_singularity(self):

0 commit comments

Comments
 (0)