# The --launcher option allows to prepend something to every command. # It could be used with valgrind or other tools. ./should --launcher echo demo/cal.should ; true $ The command is launched with 'echo' : LC_ALL=C cal 2001 $ The command is not run, several tests do fail 0: October : failed (cat demo/cal.should ; echo "!NO_LAUNCHER:" ; cat demo/hello.should) > demo/tests/no-launcher.should ./should --launcher echo -v demo/tests/no-launcher.should ; true $ The first part is launched with 'echo' : LC_ALL=C cal 2001 0: October : failed $ The second one runs are skipped : Skipping tests: !NO_LAUNCHER: