Updated selftest and echotest, also added a few scripts
This commit is contained in:
8
test/bob.sh
Executable file
8
test/bob.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
OSTYPE=$(uname -s | tr '[A-Z]' '[a-z]')
|
||||
|
||||
./build/$OSTYPE/selftest test/bob.conf &
|
||||
echo $! >> "test/selftest.bob"
|
||||
./build/$OSTYPE/echotest test/bob.conf &
|
||||
echo $! >> "test/selftest.bob"
|
||||
Reference in New Issue
Block a user