Fix typo TEST_FILEPATH => TEST_FILE_PATH

This commit is contained in:
Martchus 2017-10-18 22:06:16 +02:00
parent c139aa951b
commit d530e22bbf
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ check() {
if [[ $TEST_FILE_PATH ]]; then
make check
else
msg2 'Skipping execution of testsuite because the environment variable TESTFILE_PATH is not set.'
msg2 'Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.'
fi
}

View File

@ -51,7 +51,7 @@ check() {
if [[ $TEST_FILE_PATH ]]; then
make check
else
msg2 'Skipping execution of testsuite because the environment variable TESTFILE_PATH is not set.'
msg2 'Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.'
fi
}

View File

@ -29,7 +29,7 @@ check() {
if [[ $TEST_FILE_PATH ]]; then
make check
else
msg2 'Skipping execution of testsuite because the environment variable TESTFILE_PATH is not set.'
msg2 'Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.'
fi
}

View File

@ -37,7 +37,7 @@ check() {
if [[ $TEST_FILE_PATH ]]; then
make check
else
msg2 'Skipping execution of testsuite because the environment variable TESTFILE_PATH is not set.'
msg2 'Skipping execution of testsuite because the environment variable TEST_FILE_PATH is not set.'
fi
}