From 7e59d2f9b9435e1d755a933ad6c212bc877dfd09 Mon Sep 17 00:00:00 2001 From: nicholasyang Date: Mon, 21 Aug 2023 11:13:19 +0800 Subject: [PATCH] add vim modeline to shell script run-functional-tests --- test/run-functional-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run-functional-tests b/test/run-functional-tests index 5c3bca71da..d11c66fbee 100755 --- a/test/run-functional-tests +++ b/test/run-functional-tests @@ -1,4 +1,5 @@ #!/bin/bash +# vim: noexpandtab ts=4 sw=4 sts=4 DOCKER_IMAGE=${DOCKER_IMAGE:-"nyang23/haleap:15.5"} PROJECT_PATH=$(dirname $(dirname `realpath $0`)) PROJECT_INSIDE="/opt/crmsh"