summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@getchef.com>2014-06-11 13:04:50 -0500
committerSeth Chisamore <schisamo@getchef.com>2014-06-11 14:27:05 -0500
commit2e0f0dba57d0e9a6ccb8a78ff8b2706558c2d7fe (patch)
tree7c52e958bf0f442ee6266819326ac719272f5c50
parentf267978ccbba62c7e50a6b4722fb6f2aa0ef34d4 (diff)
downloadchef-2e0f0dba57d0e9a6ccb8a78ff8b2706558c2d7fe.tar.gz
Ensure test script picks up first `bash` in PATH
We deploy the same modern bash onto every CI slave, ensure we load it.
-rwxr-xr-xci/jenkins_run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/jenkins_run_tests.sh b/ci/jenkins_run_tests.sh
index 5bf7def062..ba38bf2da4 100755
--- a/ci/jenkins_run_tests.sh
+++ b/ci/jenkins_run_tests.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PATH=$PATH:/usr/local/bin