Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 15c16ef

Browse files
authored
Merge pull request #630 from gao-feng/hyperstart
update hyper kernel path
2 parents 1e561f4 + 5d0d6cb commit 15c16ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/test-cmd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -o pipefail
1111
export HYPERSTARTPATH="$GOPATH/src/github.com/hyperhq/hyperstart"
1212
export RUNVPATH="$GOPATH/src/github.com/hyperhq/runv"
1313
cd $HYPERSTARTPATH && ./autogen.sh && ./configure && make
14-
cp -v $HYPERSTARTPATH/build/{kernel,hyper-initrd.img} $RUNVPATH/tests/go-integration/test_data/
14+
cp -v $HYPERSTARTPATH/build/{arch/x86_64/kernel,hyper-initrd.img} $RUNVPATH/tests/go-integration/test_data/
1515

1616
# do runv integration-test
1717
cd $RUNVPATH

tests/bats-integration/helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function runv() {
5151

5252
# Raw wrapper for runv.
5353
function __runv() {
54-
"$RUNVPATH"/runv --kernel "$HYPERSTARTPATH"/build/kernel --initrd "$HYPERSTARTPATH"/build/hyper-initrd.img --debug --root "$ROOT" "$@"
54+
"$RUNVPATH"/runv --kernel "$HYPERSTARTPATH"/build/arch/x86_64/kernel --initrd "$HYPERSTARTPATH"/build/hyper-initrd.img --debug --root "$ROOT" "$@"
5555
}
5656

5757
# Wrapper for runv spec.

0 commit comments

Comments
 (0)