urchin/tests/Flags/-e,--exit-on-fail
2016-03-06 14:40:47 +00:00

11 lines
236 B
Bash
Executable File

#!/bin/sh
set -e
! $TEST_SHELL ../../urchin -vv --run-in-series --exit-on-fail \
./.test_-e,--exit-on-fail > $tmp
grep '1 should run.' $tmp
grep '2 should run.' $tmp
grep -v '3 should not run.' $tmp
grep -v '4 should not run.' $tmp