mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-14 00:46:56 +00:00
Tests style updates
This commit is contained in:
@ -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="$?"
|
||||
|
Reference in New Issue
Block a user