#!/bin/bash # # Test the wakeup sequence in winter. # set -m PATH=../src:$PATH # Reset the lights and clear the log files lightcontrol -r 0 -g 0 -b 0 -w 0 > lightcontrol.log > wakeup.log ln -f -s wakeup_empty.xml wakeup_link.xml wakeup & sleep 1 read TACHYON_NAME wakeup_winter.log.test diff wakeup_winter.log.test wakeup_winter.log.expect exit $?