Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
08e5ffdc
Commit
08e5ffdc
authored
Jul 15, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X test.sh can now run under custom kernel whole wc tests as well as wcfs/ only tests
parent
ff802c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
test.sh
test.sh
+5
-3
No files found.
wcfs/
test.sh
→
test.sh
View file @
08e5ffdc
#!/bin/bash -e
# run wcfs tests under custom linux kernel
# run wendelin.core/wcfs tests under custom linux kernel
X
=
$(
cd
`
dirname
$0
`
&&
pwd
)
if
test
-z
"
$qrun_loglevel
"
;
then
go build
# rebuild wcfs
make
-C
$X
--no-print-directory
# rebuild everything
linux
=
${
LINUX
:-
$HOME
/src/linux/linux/arch/
`
uname
-m
`
/boot/bzImage
}
exec
..
/t/qemu-runlinux
"
$linux
"
$0
"
$@
"
exec
$X
/t/qemu-runlinux
"
$linux
"
$0
"
$@
"
fi
# executed under qemu-runlinux
...
...
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