Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 7c9568b

Browse files
committed
Fixing spelling mistake for validation
1 parent f33b140 commit 7c9568b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUCCESS_CONFIG_FILE="./logs-success-${1}/output.log"
22
FAIL_CONFIG_FILE="./logs-fail-${1}/output.log"
3-
INVALID_CONFIG_FILE="./logs-invaid-${1}/output.log"
3+
INVALID_CONFIG_FILE="./logs-invalid-${1}/output.log"
44

55
echo "RUNNING TESTS FOR ${1}"
66
echo " - Succ $SUCCESS_CONFIG_FILE"

0 commit comments

Comments
 (0)