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:
1
Makefile
1
Makefile
@@ -19,5 +19,6 @@ build:
|
||||
clean:
|
||||
rm -rf _output
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
./test/run-unit-tests.sh
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user