Tests style updates

This commit is contained in:
Bruno Sutic
2015-08-01 01:54:34 +02:00
parent f8d259fe86
commit 40e6041512
6 changed files with 54 additions and 45 deletions

View File

@ -24,7 +24,7 @@ run_tests() {
local test_file
for test_file in $(test_files); do
echo "Running test: $test_file"
$CURRENT_DIR/$test_file
"$CURRENT_DIR/$test_file"
# handling exit value
local exit_value="$?"