mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-14 16:20:45 +00:00
Merge pull request #296 from libexpat/fix-qa-sh-integration
Fix qa.sh integration
This commit is contained in:
commit
e10fb3a65c
2 changed files with 3 additions and 3 deletions
|
@ -59,5 +59,5 @@ elif [[ ${MODE} = cmake-oos ]]; then
|
|||
elif [[ ${MODE} = cppcheck ]]; then
|
||||
cppcheck --quiet --error-exitcode=1 .
|
||||
else
|
||||
./qa.sh
|
||||
./qa.sh ${CONFIGURE_ARGS}
|
||||
fi
|
||||
|
|
|
@ -152,7 +152,7 @@ run() {
|
|||
populate_environment
|
||||
dump_config
|
||||
|
||||
run_configure
|
||||
run_configure "$@"
|
||||
run_compile
|
||||
run_tests
|
||||
run_processor
|
||||
|
@ -231,7 +231,7 @@ main() {
|
|||
|
||||
process_config
|
||||
|
||||
run
|
||||
run "$@"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue