debug time

master
Robert "ar" Gerus 2013-03-11 11:58:38 +01:00
parent 28e8e55146
commit bf352d0dd8
1 changed files with 1 additions and 1 deletions

2
fw.sh
View File

@ -6,7 +6,6 @@ set -o nounset
export PATH="/sbin:/usr/sbin:/bin:/usr/bin"
. "$(dirname ${0})"/fw.globals
env
fw_usage() {
echo "${0} <apply|restore|test>"
@ -28,6 +27,7 @@ fw_restore() {
}
fw_test() {
echo "kasha is ${HOST_KASHA}"
for test_script in $(dirname ${0})/tests/*; do
if [[ -x ${test_script} ]]; then
echo -n "[test] $(basename ${test_script}): "