forked from LaconicNetwork/kompose
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/bash
|
|
|
|
TEMP_DIR="/tmp/kompose/"
|
|
TEMP_STDOUT=$TEMP_DIR/test-stdout
|
|
TEMP_STDERR=$TEMP_DIR/test-stderr
|
|
EXIT_STATUS=0
|