]> rtime.felk.cvut.cz Git - omk.git/blob - tests/ignore_errors
NuttX: the adapt to new implementation of ROMFS mounting at /etc
[omk.git] / tests / ignore_errors
1 #!/bin/bash
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"