Commit 1617cc46 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

misc/setarch test fails because glibc expects current kernel

parent 4f58d52e
...@@ -7,7 +7,7 @@ all: ...@@ -7,7 +7,7 @@ all:
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
cd util-linux-2.35.2 ; \ cd util-linux-2.35.2 ; \
chown -Rv nobody . ; \ chown -Rv nobody . ; \
su nobody -s /bin/bash -c "PATH=$$PATH make -k check TS_OPTS='--exclude=script/options'" ; \ su nobody -s /bin/bash -c "PATH=$$PATH make -k check TESTS_OPTIONS='--exclude=misc/setarch'" ; \
fi fi
$(MAKE) -C util-linux-2.35.2 install $(MAKE) -C util-linux-2.35.2 install
rm -rf util-linux-2.35.2 rm -rf util-linux-2.35.2
......
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