Merge pull request #296 from libexpat/fix-qa-sh-integration
Fix qa.sh integration
This commit is contained in:
commit
e10fb3a65c
@ -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…
Reference in New Issue
Block a user