mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
syntax-check: use test A && test B instead of test A -a B
This commit is contained in:
parent
bc77805b5f
commit
8b4dde347b
@ -135,4 +135,4 @@ EXTRA_DIST = \
|
||||
BUILT_SOURCES = $(spice_built_sources)
|
||||
|
||||
dist-hook:
|
||||
if [ -e ./tests/test_spice_version.sh -a ! ./tests/test_spice_version.sh ] ; then exit 1; fi
|
||||
if test ./tests/test_spice_version.sh && ! test ./tests/test_spice_version.sh; then exit 1; fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user