We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c51b4 commit 3b61ecbCopy full SHA for 3b61ecb
.github/jobs/configure-checks/all.bats
@@ -11,6 +11,11 @@ if [ "$distro_id" = "ID=fedora" ]; then
11
cmd=dnf
12
fi
13
14
+if [ -z ${test_path+x} ]; then
15
+ test_path="/domjudge"
16
+ # Used in the CI
17
+fi
18
+
19
translate () {
20
args="$@"
21
if [ "$distro_id" = "ID=fedora" ]; then
@@ -19,11 +24,6 @@ translate () {
24
echo "$args"
25
}
26
22
-if [ -z ${test_path+x} ]; then
23
- test_path="/domjudge"
- # Used in the CI
-fi
-
27
setup_user() {
28
id -u $u || (useradd $u ; groupadd $u || true )>/dev/null
29
chown -R $u:$u ./
0 commit comments