Home
last modified time | relevance | path

Searched full:grep (Results 1 – 22 of 22) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml53 - grep -q PASS results.txt && ! grep -q FAIL results.txt
67 - grep -q PASS results.txt && ! grep -q FAIL results.txt
81 - grep -q PASS results.txt && ! grep -q FAIL results.txt
113 - grep -q PASS results.txt && ! grep -q FAIL results.txt
127 - grep -q PASS results.txt && ! grep -q FAIL results.txt
142 - grep -q PASS results.txt && ! grep -q FAIL results.txt
162 - if grep -q FAIL results.txt ; then exit 1 ; fi
180 - if grep -q FAIL results.txt ; then exit 1 ; fi
195 - grep -q PASS results.txt && ! grep -q FAIL results.txt
208 - grep -q PASS results.txt && ! grep -q FAIL results.txt
[all …]
H A D.travis.yml34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
H A Dconfigure428 u32_long=$("$cc" $cflags -E lib-test.c | grep -v '^#' | grep -q long && echo yes)
/kvm-unit-tests/scripts/
H A Darch-run.bash31 testret=$(grep '^EXIT: ' <<<"$lines" | head -n1 | sed 's/.*STATUS=\([0-9][0-9]*\).*/\1/')
76 grep -v "Now migrate the VM (quiet)" |
77 grep -v "Begin continuous migration (quiet)" |
78 grep -v "End continuous migration (quiet)" |
79 grep -v "Skipped VM migration (quiet)"
85 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $1
87grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1
151 elif grep -q "Begin continuous migration" < ${src_out} ; then
153 elif grep -q "Now migrate the VM" < ${src_out} ; then
155 elif [ $skip_migration -eq 0 ] && grep -q "Skipped VM migration" < ${src_out} ; then
[all …]
H A Dvmm.bash49 sig=$(grep 'terminating on signal' <<<"$errors")
71 if ! grep -qvi warning <<<"$errors" ; then
86 echo "$log" | grep "_NO_FILE_4Uhere_" |
87 grep -q -e "[Cc]ould not \(load\|open\) kernel" \
102 if smp=$($runtime_arch_run _NO_FILE_4Uhere_ -smp $MAX_SMP |& grep 'SMP CPUs'); then
127 echo "$log" | grep "Fatal: Unable to open kernel _NO_FILE_4Uhere_" &&
H A Dmkstandalone.sh30 echo "export $(grep ^${1}= config.mak)"
127 if grep -q "\[$one_testname\]" $unittests; then
H A Druntime.bash12 tail -5 | grep '^SUMMARY: ' | sed 's/^SUMMARY: /(/;s/'"$cr"'\{0,1\}$/)/'
70 grep -Fq " $1 " <<< " $2 "
H A Dget_maintainer.pl373 return grep { $_ !~ /^\.git$/; } @_;
664 if (grep(m@^\Q$x->{line}\E@, @section_headers)) {
710 if (!grep(m@^$value@, @lsfiles)) {
718 next if (grep(m@^\Q$value\E$@, @good_links));
720 if (grep(m@^\Q$value\E$@, @bad_links)) {
738 next if (grep(m@^\Q$value\E$@, @good_links));
740 if (grep(m@^\Q$value\E$@, @bad_links)) {
1536 $commits = grep(/$pattern/, @lines); # of commits
1538 @authors = grep(/$author_pattern/, @lines);
1539 @signatures = grep(/^[ \t]*${signature_pattern}.*\@.*$/, @lines);
[all …]
H A Dcheckpatch.pl159 return grep { !$seen{$_}++ } @_;
1250 # git rev-list --remotes | grep -i "^$1" |
3740 `grep -Erq "$compat|$compat2|$compat3" $dt_path`;
3748 `grep -Eq "\\"\\^\Q$vendor\E,\\.\\*\\":" $vp_file`;
5913 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;
6286 # to grep for the string. Make exceptions when the previous string ends in a
7229 if (!grep(/$name/, @setup_docs)) {
/kvm-unit-tests/arm/
H A Drun33 if ! $qemu -machine '?' | grep -q 'ARM Virtual Machine'; then
41 if $qemu $M,\? | grep -q gic-version; then
62 if ! $qemu $M -device '?' | grep -q virtconsole; then
67 if ! $qemu $M -chardev '?' | grep -q testdev; then
78 if $qemu $M -device '?' | grep -q pci-testdev; then
H A DMakefile.arm6434 $(if $(shell $(READELF) -rW $(1) | grep R_ | grep -v R_AARCH64_RELATIVE),
/kvm-unit-tests/x86/
H A Drun18 if ! ${qemu} -device '?' 2>&1 | grep -F -e \"testdev\" -e \"pc-testdev\" > /dev/null;
25 ${qemu} -device '?' 2>&1 | grep -F "pci-testdev" > /dev/null;
33 ${qemu} -device '?' 2>&1 | grep -F "pc-testdev" > /dev/null;
H A Dtscdeadline_latency.c2 * qemu command line | grep latency | cut -f 2 -d ":" > latency
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-macos-x86-64.yml41 - grep -q PASS results.txt && ! grep -q FAIL results.txt
H A Dcirrus-ci-fedora.yml74 - grep -q PASS results.txt && ! grep -q FAIL results.txt
/kvm-unit-tests/powerpc/
H A DMakefile.common72 @if $(OBJDUMP) -R $@ | grep R_ | grep -v R_PPC64_RELATIVE; then \
H A Drun35 if ! $qemu -machine '?' 2>&1 | grep $MACHINE > /dev/null; then
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash25 if [ "$accel" = 'tcg' ] || grep -q "migration" <<< "$groups"; then
/kvm-unit-tests/riscv/
H A DMakefile73 $(if $(shell $(READELF) -rW $(1) | grep R_ | grep -v R_RISCV_RELATIVE),
H A Drun33 if [ "$mach" = 'virt' ] && ! $qemu -machine '?' | grep -q 'RISC-V VirtIO board'; then
/kvm-unit-tests/s390x/
H A DMakefile187 $(shell $(GENPROTIMG) --help | grep -q -- "$1" && echo yes || echo no)