Commit 89370cc7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

script/options-size test fails under QEMU TCG - we should exclude it at the moment

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