Skip to content

Commit bab694d

Browse files
0x501DLeonidVas
authored andcommitted
tests: add missing vim modeline
Tests from 000 to 100 has vim modeline with filetype specified. This patch adds filetype into remaining tests.
1 parent 8759ed8 commit bab694d

8 files changed

+8
-0
lines changed

t/110-disconnect-trigger-check.t

+1
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,4 @@ local function test_lost_session_id_after_yield()
9696
end
9797

9898
test_lost_session_id_after_yield()
99+
-- vim: set ft=lua :

t/120-take-task-after-reconnect.t

+1
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ test:test('Don\'t take a task after disconnect', test_take_task_after_disconnect
6060

6161
tnt.finish()
6262
os.exit(test:check() and 0 or 1)
63+
-- vim: set ft=lua :

t/130-release-all-tasks-on-start.t

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ check_release_tasks_on_start()
4646

4747
tnt.finish()
4848
os.exit(test:check() and 0 or 1)
49+
-- vim: set ft=lua :

t/140-register-driver-after-cfg.t

+1
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ check_driver_register()
4646

4747
tnt.finish()
4848
os.exit(test:check() and 0 or 1)
49+
-- vim: set ft=lua :

t/150-lazy-start.t

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ check_lazy_start()
3131

3232
tnt.finish()
3333
os.exit(test:check() and 0 or 1)
34+
-- vim: set ft=lua :

t/160-validate-space.t

+1
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ end)
105105

106106
tnt.finish()
107107
os.exit(test:check() and 0 or 1)
108+
-- vim: set ft=lua :

t/170-register-driver-after-reload.t

+1
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ check_driver_registration_after_reload()
4040

4141
tnt.finish()
4242
os.exit(test:check() and 0 or 1)
43+
-- vim: set ft=lua :

t/180-work-with-uuid.t

+1
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,4 @@ end)
186186

187187
tnt.finish()
188188
os.exit(test:check() and 0 or 1)
189+
-- vim: set ft=lua :

0 commit comments

Comments
 (0)