1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Update Makefile and unit test script.

This commit is contained in:
Avesh Agarwal
2017-08-31 11:32:51 -04:00
parent 5b9687ffe8
commit b7e1668031
2 changed files with 2 additions and 1 deletions

View File

@@ -19,5 +19,6 @@ build:
clean:
rm -rf _output
.PHONY: test
test:
./test/run-unit-tests.sh

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/bin/sh
#!/bin/bash
source "$(dirname "${BASH_SOURCE}")/../hack/lib/init.sh"