Skip to content

Instantly share code, notes, and snippets.

View cstrouse's full-sized avatar
💭
Bug Bounty

Casey Strouse cstrouse

💭
Bug Bounty
View GitHub Profile
TEST test/blame/default-test
TEST test/blame/revargs-test
TEST test/blame/start-on-line-test
TEST test/blob/wrap-lines-test
TEST test/diff/diff-context-test
TEST test/diff/diff-highlight-color-test
[skipped] The test requires diff-highlight, usually found in share/git-core-contrib
TEST test/diff/diff-highlight-test
TEST test/diff/diff-stat-test
TEST test/diff/editor-test
def check_version(hash = {})
pkg_version = %x[cat /usr/local/lib/crew/packages/#{hash[:pkg_name]}.rb | pcregrep -i -o1 'version (.+)'].strip
cur_version = %x[wget -q -O- #{hash[:url]} | pcregrep -i -o1 \"#{hash[:pattern]}\" #{hash[:rest]}].strip
pkg_name_f = hash[:pkg_name].rjust(16)
pkg_ver_f = "crew(#{pkg_version})".ljust(14)
cur_ver_f = "latest(#{cur_version})"
fmt_s = "#{pkg_name_f} -> #{pkg_ver_f} #{cur_ver_f}"
if pkg_version < cur_version || hash[:pkg_name] == 'jdk8'
make check-here
make[1]: Entering directory `/usr/local/tmp/crew/nettle-3.3'
true
make[1]: Leaving directory `/usr/local/tmp/crew/nettle-3.3'
set -e; for d in tools testsuite examples; do \
echo "Making check in $d" ; (cd $d && make check); done
Making check in tools
make[1]: Entering directory `/usr/local/tmp/crew/nettle-3.3/tools'
true
make[1]: Leaving directory `/usr/local/tmp/crew/nettle-3.3/tools'
make test/run-tests
make[1]: Entering directory `/usr/local/tmp/libuv-v1.9.1'
make[1]: `test/run-tests' is up to date.
make[1]: Leaving directory `/usr/local/tmp/libuv-v1.9.1'
make check-TESTS
make[1]: Entering directory `/usr/local/tmp/libuv-v1.9.1'

[% 0|+ 0|- 0|T 0|S 0]: platform_output
Output from process `platform_output`:
uv_get_process_title: /usr/local/tmp/libuv-v1.9.1/test/.libs/lt-run-tests
Making check in .
make[1]: Entering directory `/usr/local/tmp/crew/gawk-4.1.4'
make 'CFLAGS=-g -O2 -DNDEBUG' 'LDFLAGS=-Wl,-export-dynamic' check-local
make[2]: Entering directory `/usr/local/tmp/crew/gawk-4.1.4'
make[2]: Leaving directory `/usr/local/tmp/crew/gawk-4.1.4'
make[1]: Leaving directory `/usr/local/tmp/crew/gawk-4.1.4'
Making check in extension
make[1]: Entering directory `/usr/local/tmp/crew/gawk-4.1.4/extension'
make[2]: Entering directory `/usr/local/tmp/crew/gawk-4.1.4/extension'
make[2]: Leaving directory `/usr/local/tmp/crew/gawk-4.1.4/extension'
Making check in lib
make[1]: Entering directory `/usr/local/tmp/crew/diffutils-3.5/lib'
Makefile:1777: target `.deps/alloca.Po' given more than once in the same rule.
make check-am
make[2]: Entering directory `/usr/local/tmp/crew/diffutils-3.5/lib'
Makefile:1777: target `.deps/alloca.Po' given more than once in the same rule.
make[2]: Leaving directory `/usr/local/tmp/crew/diffutils-3.5/lib'
make[1]: Leaving directory `/usr/local/tmp/crew/diffutils-3.5/lib'
Making check in src
make[1]: Entering directory `/usr/local/tmp/crew/diffutils-3.5/src'
GEN public-submodule-commit
make check-recursive
make[1]: Entering directory `/usr/local/tmp/crew/bison-3.0.4'
Making check in po
make[2]: Entering directory `/usr/local/tmp/crew/bison-3.0.4/po'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/tmp/crew/bison-3.0.4/po'
Making check in runtime-po
make[2]: Entering directory `/usr/local/tmp/crew/bison-3.0.4/runtime-po'
make[2]: Nothing to be done for `check'.
@cstrouse
cstrouse / gist:5e304accfecfc53efc2ef78649ede2bb
Created February 1, 2017 01:04
Output of `make check` while updating the Chromebrew cmake package from 3.6.1 to 3.7.2.
Running tests...
Test project /usr/local/tmp/cmake-3.7.2
Guessing configuration NoConfig
Start 1: SystemInformationNew
1/420 Test #1: SystemInformationNew ............................. Passed 8.34 sec
Start 2: kwsys.testEncode
2/420 Test #2: kwsys.testEncode ................................. Passed 0.01 sec
Start 3: kwsys.testTerminal
3/420 Test #3: kwsys.testTerminal ............................... Passed 0.01 sec
Start 4: kwsys.testHashSTL
@cstrouse
cstrouse / Dockerfile
Last active February 1, 2017 11:50
Dockerfile for icecake
FROM debian:latest
MAINTAINER Casey Strouse <casey.strouse@gmail.com>
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
curl \
git \
libbz2-dev \
libssl-dev \
Making check in m4
make[1]: Entering directory `/usr/local/tmp/libgpg-error-1.13/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/tmp/libgpg-error-1.13/m4'
Making check in src
make[1]: Entering directory `/usr/local/tmp/libgpg-error-1.13/src'
make check-am
make[2]: Entering directory `/usr/local/tmp/libgpg-error-1.13/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/tmp/libgpg-error-1.13/src'