Skip to content

Commit 01b1d68

Browse files
committed
fix e2e tests
Signed-off-by: Patrik Cyvoct <[email protected]>
1 parent 54abd94 commit 01b1d68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ function install-npd() {
5555
mount -o remount,exec "${BIN_DIR}"
5656

5757
echo "Installing NPD binary."
58-
cp "${workdir}"/bin/node-problem-detector "${BIN_DIR}"
58+
cp "${workdir}"/bin/node-problem-detector-amd64 "${BIN_DIR}"/node-problem-detector
5959

6060
echo "Installing log-counter binary."
61-
cp "${workdir}"/bin/log-counter "${BIN_DIR}"
61+
cp "${workdir}"/bin/log-counter-amd64 "${BIN_DIR}"/log-counter
6262

6363
echo "Installing NPD configurations."
6464
mkdir -p "${CONFIG_DIR}"
@@ -97,4 +97,4 @@ done
9797
shift "$((OPTIND-1))"
9898

9999

100-
main "${@}"
100+
main "${@}"

0 commit comments

Comments
 (0)