summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2011-09-14 12:36:38 +0530
committerAmit Shah <amit.shah@redhat.com>2011-09-14 12:36:38 +0530
commit98b540e0dd209cfaa1c34dad22dcd88fdc03b0d2 (patch)
treec7df638ec3a444b19b7f48aca35e64eeb40313e3
parentf6e02b2630114c4193327428076db3fc6d1d0b68 (diff)
downloadtest-virtserial-98b540e0dd209cfaa1c34dad22dcd88fdc03b0d2.tar.gz
test-virtserial-98b540e0dd209cfaa1c34dad22dcd88fdc03b0d2.tar.xz
test-virtserial-98b540e0dd209cfaa1c34dad22dcd88fdc03b0d2.zip
run-test: Update default kernel dir. to 'linux' instead of 'linux-2.6'
linux-2.6 doesn't make much sense anymore; upstream repo has changed to 'linux', so let's update the location. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rwxr-xr-xrun-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test.sh b/run-test.sh
index 3adbf1e..8345f59 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -2,7 +2,7 @@
QEMU_DEF=/home/amit/build/qemu/x86_64-softmmu/qemu-system-x86_64
QEMU_OLD_DEF=/home/amit/build/qemu-0.12/x86_64-softmmu/qemu-system-x86_64
-KERNEL_DEF=/home/amit/src/linux-2.6/arch/x86/boot/bzImage
+KERNEL_DEF=/home/amit/src/linux/arch/x86/boot/bzImage
VCPUS_DEF=2
GUEST_DEF=/guests/f11-auto.qcow2