mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-04 02:39:02 +00:00
chore: update debug-test.sh
compliation -> compilation
This commit is contained in:
parent
f9702ec4c0
commit
fa1444ab3b
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ printf "\n\nGathering tests that fit REGEX: ${test_suite} ...\n"
|
||||||
pushd "$build_dir"
|
pushd "$build_dir"
|
||||||
tests=($(ctest -R ${test_suite} -V -N | grep -E " +Test +#[0-9]+*" | cut -d':' -f2 | awk '{$1=$1};1'))
|
tests=($(ctest -R ${test_suite} -V -N | grep -E " +Test +#[0-9]+*" | cut -d':' -f2 | awk '{$1=$1};1'))
|
||||||
if [ ${#tests[@]} -eq 0 ]; then
|
if [ ${#tests[@]} -eq 0 ]; then
|
||||||
abort "No tests avaliable... check your compliation process..."
|
abort "No tests avaliable... check your compilation process..."
|
||||||
fi
|
fi
|
||||||
popd > /dev/null || exit 1
|
popd > /dev/null || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue