Skip to content

Commit f998c0b

Browse files
committed
genomicsqlite_big_tests: fix drop
1 parent 67ae722 commit f998c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/genomicsqlite_big_tests.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ task test_sam {
131131
chmod +x /usr/lib/python3.8/genomicsqlite.py
132132
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "CREATE TABLE reads_seqs_by_qname AS SELECT * from reads_seqs NOT INDEXED ORDER BY qname"
133133
>&2 ls -l "~{dbname}"
134-
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "DROP TABLE reads_seqs_by_qname"
134+
time /usr/lib/python3.8/genomicsqlite.py "~{dbname}" "PRAGMA journal_mode=off; DROP TABLE reads_seqs_by_qname"
135135
>&2 ls -l "~{dbname}"
136136
>>>
137137

0 commit comments

Comments
 (0)