tags 902392 + moreinfo
thanks

Hi Phil,

> /bin/sh: 1: Syntax error: word unexpected (expecting ")")

So, I suspect you tried:

override_dh_auto_test:
        ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        dh_auto_test
        busted -C CorsixTH/Luatest --verbose
        endif

instead of:

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        dh_auto_test
        busted -C CorsixTH/Luatest --verbose
endif

Note the different indentation level of the "ifeq" which must be at
column 1.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Reply via email to