mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
Update Makefile and unit test script.
This commit is contained in:
1
Makefile
1
Makefile
@@ -19,5 +19,6 @@ build:
|
|||||||
clean:
|
clean:
|
||||||
rm -rf _output
|
rm -rf _output
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
./test/run-unit-tests.sh
|
./test/run-unit-tests.sh
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
source "$(dirname "${BASH_SOURCE}")/../hack/lib/init.sh"
|
source "$(dirname "${BASH_SOURCE}")/../hack/lib/init.sh"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user