Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dm-cmdline-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Helen Mae Koike Fornazier
dm-cmdline-test
Commits
3403137e
Commit
3403137e
authored
Jan 12, 2019
by
Helen Koike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: s/kvm/qemu-system-x86_64 --enable-kvm
parent
87810581
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dm-cmd-test.sh
dm-cmd-test.sh
+1
-1
No files found.
dm-cmd-test.sh
View file @
3403137e
...
...
@@ -406,7 +406,7 @@ launch_test()
echo
"dm_param:
$DM_BOOT_PARAM
"
|
tee
-a
logs/
${
LOG_N
}
/info
echo
"root_dev:
$ROOT_DEV
"
|
tee
-a
logs/
${
LOG_N
}
/info
cmd
=
"timeout --foreground 15 kvm
${
KVM_PARAM
}
-smp 1 -m 2g -nographic -kernel
${
KERNEL
}
-append '
${
args
}
' > logs/
${
LOG_N
}
/qemu 2>&1"
cmd
=
"timeout --foreground 15
qemu-system-x86_64 --enable-
kvm
${
KVM_PARAM
}
-smp 1 -m 2g -nographic -kernel
${
KERNEL
}
-append '
${
args
}
' > logs/
${
LOG_N
}
/qemu 2>&1"
echo
"
$cmd
"
>>
logs/
${
LOG_N
}
/info
eval
"
$cmd
"
&&
ret
=
$?
||
ret
=
$?
if
[
"
$ret
"
==
"
${
EXPECT_RESULT
}
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment