Skip to content
Snippets Groups Projects
Commit c072f59e authored by Alvise de'Faveri's avatar Alvise de'Faveri
Browse files

[SBS] Remove hardcoded colors

parent 121a1a36
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
python skyward-boardcore/sbs "$@" 2>&1 | sed -e "s,.*warning:.*,$(tput setaf 3)&$(tput sgr0)," -e "s,.*error:.*,$(tput setaf 1)&$(tput sgr0)," -e "s,.*note:.*,$(tput setaf 4)&$(tput sgr0)," python skyward-boardcore/sbs "$@" -v
# Skyward Build System Configuration File # Skyward Build System Configuration File
# #
# Copyright (c) 2015-2018 Skyward Experimental Rocketry # Copyright (c) 2015-2019 Skyward Experimental Rocketry
# Authors: Alain Carlucci, Alvise de' Faveri Tron # Authors: Alain Carlucci, Alvise de' Faveri Tron
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
...@@ -176,13 +176,13 @@ Include: %shared %sensors %logger %ada ...@@ -176,13 +176,13 @@ Include: %shared %sensors %logger %ada
Defines: -DDEBUG Defines: -DDEBUG
Main: test-sensormanager Main: test-sensormanager
[test-ignition-ctrl] #[test-ignition-ctrl]
Type: test #Type: test
BoardId: stm32f429zi_skyward_homeone #BoardId: stm32f429zi_skyward_homeone
BinName: test-ignition-ctrl #BinName: test-ignition-ctrl
Include: %shared %ignition %canbus %canproxy %logger #Include: %shared %ignition %canbus %canproxy %logger
Defines: -DDEBUG #Defines: -DDEBUG
Main: fsm/test-ignition-ctrl #Main: fsm/test-ignition-ctrl
#[test-ignition-board] #[test-ignition-board]
#Type: test #Type: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment