Skip to content

Commit

Permalink
Merge branch 'master' into 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 30, 2020
2 parents 3fabc84 + 5634671 commit 6e72cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
meson --buildtype=release --prefix=/usr build
DESTDIR=../dst ninja -C build install
./dst/usr/bin/ksh -c "kill -l"
[ "`echo 'kill -l 9' | ./dst/usr/bin/ksh`" != KILL ] && exit 1
[ -n "`./dst/usr/bin/ksh -c 'echo &' 2>&1 | grep 'internal error'`" ] && exit 1
[ "`./dst/usr/bin/ksh -c 'echo $((1337 * 2))'`" -ne 2674 ] && exit 1
[ "`./dst/usr/bin/ksh -c 'seq 1337 | sort -rn | head -n 1'`" -ne 1337 ] && exit 1
Expand Down
2 changes: 1 addition & 1 deletion subprojects/lolibc
Submodule lolibc updated 3 files
+1 −7 meson.build
+64 −1 sys_signame.c
+0 −13 sys_signame.sh

0 comments on commit 6e72cbc

Please sign in to comment.