mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Fix gqlgen (#1105)
This commit is contained in:
13
scripts/test_all.sh
Executable file
13
scripts/test_all.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
for test in $(dirname $0)/test_*
|
||||
do
|
||||
if [ "${test}" != "${test%%/scripts/test_all.sh}" ]
|
||||
then
|
||||
continue
|
||||
fi
|
||||
|
||||
echo Running ${test}...
|
||||
${test}
|
||||
done
|
||||
Reference in New Issue
Block a user