We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91a71 commit 53d1b24Copy full SHA for 53d1b24
.github/workflows/build.yml
@@ -375,11 +375,11 @@ jobs:
375
run: sudo systemctl stop netatalk
376
- name: Run AFP spec tests
377
run: |
378
- useradd afptest
379
- echo afptest:afpafp | chpasswd
380
- mkdir -p /tmp/spectest
381
- chmod 777 /tmp/spectest
382
- netatalk -F test/testsuite/data/spectest_afp.conf
+ sudo useradd afptest
+ echo afptest:afpafp | sudo chpasswd
+ sudo mkdir -p /tmp/spectest
+ sudo chmod 777 /tmp/spectest
+ sudo netatalk -F test/testsuite/data/spectest_afp.conf
383
./build/test/testsuite/spectest -h localhost -p 548 -u afptest -w afpafp -s spectest
384
- name: Uninstall
385
run: sudo ninja -C build uninstall
0 commit comments