From 2c334570c3b89848c1ad8745804ad51d0c1b023e Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 4 Jul 2018 17:39:13 +0200 Subject: [PATCH] run_tests.sh is a *bash* script --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index b409db83..2b6a9523 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash OPT_CREATE_REDIS=yes # create the redis test environment OPT_CREATE_PGSQL=yes # create the PostgreSQL test environment