Skip to content

Commit 8ea9fdb

Browse files
committed
WIP: mod: scripts/tests/z-wave-stack-binaries-test.sh (phcoval/bad/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 2d28bdc commit 8ea9fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ exit_()
109109
echo $code > $code_log
110110
screen -S "$name" -X "quit" ||:
111111
ls -l *.log.tmp && more *.log.tmp | cat
112-
exit $code
112+
exit 42$code # bad code here for testing
113113
}
114114

115115

0 commit comments

Comments
 (0)