Skip to content

Commit

Permalink
Fix status reporting in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Sep 15, 2023
1 parent db96a5b commit feb4d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nain4/test/run-each-test-in-separate-process.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ EXE=@CMAKE_INSTALL_PREFIX@/bin/@TEST_EXECUTABLE@
while read -r testname
do
OUTPUT=$($EXE "$testname" ${FLAGS} 2>&1)
OUTPUT=${OUTPUT//===============================================================================/}
STATUS=$?
OUTPUT=${OUTPUT//===============================================================================/}

if [ $verbose -eq 2 ]; then
printf "===============================================================================\n"
Expand Down

0 comments on commit feb4d4c

Please sign in to comment.