From 80aec42d10f86d3f96b2c21d54364acc8f8bf361 Mon Sep 17 00:00:00 2001 From: Winterflower Date: Tue, 26 Nov 2019 13:56:41 +0100 Subject: [PATCH] Add shebang header to run_tests --- run_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_build.sh b/run_build.sh index c967422..c63a89b 100644 --- a/run_build.sh +++ b/run_build.sh @@ -1,4 +1,4 @@ -# Run the Eland build +#!/usr/bin/env bash python -m eland.tests.setup_tests pytest \ No newline at end of file