mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-23 22:26:27 +00:00
Windows Support: Fix Build Regressions, Tests Pass
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
echo 012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
|
||||
exit 0
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
echo NON-DEFINED-EXIT-STATUS
|
||||
exit 100
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
echo NonOK
|
||||
exit 1
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
echo OK
|
||||
exit 0
|
||||
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
|
||||
ping 127.0.0.1 -n 3 > nul
|
||||
echo SLEEP 3S SECOND
|
||||
exit 0
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
|
||||
echo UNKNOWN
|
||||
exit 3
|
||||
Reference in New Issue
Block a user