📄 test_local_s3.sh
字号:
#!/bin/sh# this runs the file serving tests that are expected to pass with samba3if [ $# != 0 ]; thencat <<EOFUsage: test_local_s3.shEOFexit 1;fiincdir=`dirname $0`. $incdir/test_functions.shfailed=0testit "talloctort" $VALGRIND $BINDIR/talloctort || \ failed=`expr $failed + 1`testit "replacetort" $VALGRIND $BINDIR/replacetort || \ failed=`expr $failed + 1`testok $0 $failed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -