Skip to content

Commit

Permalink
Merge branch 'timeout-arg-num-fix' of https://github.com/nfraprado/bo…
Browse files Browse the repository at this point in the history
…otrr into HEAD
  • Loading branch information
staging-kernelci-org committed Dec 19, 2022
2 parents 4e3115d + fbc167d commit 0d56a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/assert_driver_present
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

TEST_CASE_ID="$1"
DRIVER="$2"
TIMEOUT="${4:-1}"
TIMEOUT="${3:-1}"

if [ -z "${TEST_CASE_ID}" -o -z "${DRIVER}" ]; then
echo "Usage: $0 <test-case> <driver> [<timeout>]"
Expand Down
2 changes: 1 addition & 1 deletion helpers/assert_file_is_empty
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

TEST_CASE_ID="$1"
FILEPATH="$2"
TIMEOUT="${4:-1}"
TIMEOUT="${3:-1}"

if [ -z "${TEST_CASE_ID}" -o -z "${FILEPATH}" ]; then
echo "Usage: $0 <test-case-id> <file path> [<timeout>]"
Expand Down

0 comments on commit 0d56a77

Please sign in to comment.