dsk-dev kubespray 이동
This commit is contained in:
8
ansible/kubespray/tests/run-tests.sh
Executable file
8
ansible/kubespray/tests/run-tests.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
|
||||
# curl -# -C - -o shebang-unit https://raw.github.com/arpinum-oss/shebang-unit/master/releases/shebang-unit
|
||||
# chmod +x shebang-unit
|
||||
|
||||
now=$(date +"%Y%m%d%H%M%S")
|
||||
mkdir -p ${PWD}/tests-results
|
||||
./shebang-unit --reporters=simple,junit --output-file=${PWD}/tests-results/junit_report-${now}.xml tests
|
||||
Reference in New Issue
Block a user