initial version
This commit is contained in:
14
run_all_tests.sh
Executable file
14
run_all_tests.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
go test ./...
|
||||
|
||||
cd tests || exit 1
|
||||
|
||||
for file in *.sh; do
|
||||
if [ -d "$file" ]; then
|
||||
continue
|
||||
fi
|
||||
./$file
|
||||
done
|
Reference in New Issue
Block a user