Skip to content

Commit aa120c4

Browse files
committed
CHeck current PS
1 parent 9c2bbb0 commit aa120c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/jobs/unit-tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
#!/bin/bash
22

3+
set -x
4+
35
echo "$PS0"
46
echo "$PS1"
57
echo "$PS2"
68
echo "$PS4"
79

10+
PS0="0-$PS0"
11+
PS1="1-$PS1"
12+
PS2="2-$PS2"
13+
PS4="3-$PS4"
14+
815
git config --global --add safe.directory /__w/domjudge/domjudge
916

1017
. .github/jobs/data/gha_ci_bashrc

0 commit comments

Comments
 (0)