Skip to content

Commit

Permalink
Make the conditional command continue into next command
Browse files Browse the repository at this point in the history
  • Loading branch information
brianv0 committed Oct 15, 2018
1 parent 29e9c84 commit 12afcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/sconsUtils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def runPythonTests(self, pyList):
# If we skip the test (exit code 5), retrieve those `.all' files.
cmd = ""
if lfnfOpt == "all":
cmd += "@rm -f ${{TARGET}} ${{TARGET}}.failed;"
cmd += "@rm -f ${{TARGET}} ${{TARGET}}.failed; \\"
cmd += """
@printf "%s\\n" 'running global pytest... ';
@({2} TRAVIS=1 {0} {1}); \
Expand Down

0 comments on commit 12afcd6

Please sign in to comment.