Skip to content

Commit

Permalink
Demo runner exits with return code from liblevenshtein-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 14, 2024
1 parent e3f6ecd commit 44f5171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/scripts/run-demo.exp
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ spawn {*}$argv
expect -ex "query> " {send "jvaa\n"}
expect -ex "query> " {send "\n"}
expect eof
catch wait result
exit [lindex $result 3]

0 comments on commit 44f5171

Please sign in to comment.