]> rtime.felk.cvut.cz Git - omk.git/blob - tests/ignore_errors/runtest
Fixed behaviour of make -k if there is an error in a subdirectory
[omk.git] / tests / ignore_errors / runtest
1 #!/bin/sh
2
3 . ../functions.sh
4
5 touch config.omk-default
6 make -k 2>&1 | tee make.log || true
7 grep -q "In OK directory" make.log||error "error in subdirectory \
8 blocks prevents other subdirectories from compilation with make -k"