Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 10:09 p.m. |
Message ID | <differential-rev-PHID-DREV-ypcpnpnrh6fjvk4ens55-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44094/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1839,7 +1839,7 @@ cmd = rawcmd.split() toggletrace(rawcmd) if len(cmd) == 2 and cmd[0] == b'cd': - l = b' $ cd %s || exit 1\n' % cmd[1] + rawcmd = b'cd %s || exit 1\n' % cmd[1] script.append(rawcmd) elif l.startswith(b' > '): # continuations after.setdefault(prepos, []).append(l)