summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-19 19:39:03 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-03-19 19:39:03 -0400
commit0cdc9119de361e76d665c9cab71085fe40677331 (patch)
treec0a02a1aa661f52d3086efe217108d3701c9662f /tests/test_transcript.py
parent92ab34edff5cdb4481233cbd49c80b91194570ce (diff)
downloadcmd2-git-0cdc9119de361e76d665c9cab71085fe40677331.tar.gz
Now consistently use -t flag for transcript generation for both history and load commands
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r--tests/test_transcript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py
index 6c9b8a20..acdbe703 100644
--- a/tests/test_transcript.py
+++ b/tests/test_transcript.py
@@ -203,7 +203,7 @@ def test_load_record_transcript(base_app, request):
os.close(fd)
# Run the load command with the -r option to generate a transcript
- run_cmd(base_app, 'load {} -r {}'.format(filename, transcript_fname))
+ run_cmd(base_app, 'load {} -t {}'.format(filename, transcript_fname))
assert base_app.cmdqueue == []
assert base_app._script_dir == []