Skip to content

Commit cc85571

Browse files
committed
WIP: mod: scripts/tests/z-wave-stack-binaries-test.sh (phcoval/bad/main)
Relate-to: SiliconLabsSoftware#67 Signed-off-by: Philippe Coval <[email protected]>
1 parent 0076e9f commit cc85571

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)