dotests.sh

来自「贡献一份commoncpp2,有兴趣的可以研究一下」· Shell 代码 · 共 14 行

SH
14
字号
#!/bin/sh# execute all test to make a single outputfor t in bug1 bug2 thread1 digest tcpstr1 url1; do	echo $t test...	echo $t test... 1>&2	./$t	if [ $? != 0 ]; then		echo Exit with error from $t	fidone

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?