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
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
#
# Copyright (c) 2015-2018 Skyward Experimental Rocketry
# Copyright (c) 2015-2019 Skyward Experimental Rocketry
# Authors: Alain Carlucci, Alvise de' Faveri Tron
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
......@@ -176,13 +176,13 @@ Include: %shared %sensors %logger %ada
Defines: -DDEBUG
Main: test-sensormanager
[test-ignition-ctrl]
Type: test
BoardId: stm32f429zi_skyward_homeone
BinName: test-ignition-ctrl
Include: %shared %ignition %canbus %canproxy %logger
Defines: -DDEBUG
Main: fsm/test-ignition-ctrl
#[test-ignition-ctrl]
#Type: test
#BoardId: stm32f429zi_skyward_homeone
#BinName: test-ignition-ctrl
#Include: %shared %ignition %canbus %canproxy %logger
#Defines: -DDEBUG
#Main: fsm/test-ignition-ctrl
#[test-ignition-board]
#Type: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment