summaryrefslogtreecommitdiffstats
path: root/__root__
diff options
context:
space:
mode:
Diffstat (limited to '__root__')
-rwxr-xr-x__root__/run-check4
1 files changed, 2 insertions, 2 deletions
diff --git a/__root__/run-check b/__root__/run-check
index 0afb52b..be5ab14 100755
--- a/__root__/run-check
+++ b/__root__/run-check
@@ -36,8 +36,8 @@ which ccs_flatten 2>/dev/null || (
run_check() {
# self-check for sanity usage
testcib="$(mktemp)" testcoro="$(mktemp)"
- { { ${PYTHONEXEC} run-dev ccs2pcs-needle --dist redhat,7.1,Maipo \
- "${@}" -- - - "${testcib}" \
+ { { ${PYTHONEXEC} run-dev ccs2pcs --dist redhat,7.1,Maipo \
+ "${@}" -- - - "${testcib}" \
| grep -Ev 'key: _NOT_SECRET--' > "${testcoro}"; } \
&& echo "TEST: execution OK" \
|| { echo "TEST: execution FAIL"; ret=20; }; }<<EOF