Skip to content

Commit 44144a8

Browse files
authored
Merge pull request #1236 from nicholasyang2022/functional-test-shell-script-vim-model-line
add vim modeline to shell script run-functional-tests
2 parents a5e5ad2 + 7e59d2f commit 44144a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run-functional-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# vim: noexpandtab ts=4 sw=4 sts=4
23
DOCKER_IMAGE=${DOCKER_IMAGE:-"nyang23/haleap:15.5"}
34
PROJECT_PATH=$(dirname $(dirname `realpath $0`))
45
PROJECT_INSIDE="/opt/crmsh"

0 commit comments

Comments
 (0)