Commit 8c7ee360 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8a124b5b
#!/bin/bash -e
# run wcfs tests under custom linux kernel
if test -z "$qrun_loglevel"; then
go build # rebuild wcfs
linux=${LINUX:-$HOME/src/linux/linux/arch/`uname -m`/boot/bzImage}
exec ../t/qemu-runlinux "$linux" $0
fi
# executed under qemu-runlinux
export WENDELIN_CORE_WCFS_OPTIONS="-d -alsologtostderr -v=1"
py.test -vsx -k test_wcfs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment