Skip to content

Commit

Permalink
ksmbd: github action: show ksmbd.conf parameters before testing
Browse files Browse the repository at this point in the history
Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Aug 29, 2024
1 parent b532d43 commit df4c72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
ksmbd.adduser -P ./ksmbdpwd.db -a testuser -p 1234
git clone https://github.com/namjaejeon/cifsd-test-result
cp cifsd-test-result/testsuites/smb.conf .
cat smb.conf
sudo ksmbd.mountd -n -C ./smb.conf -P ./ksmbdpwd.db&
sleep 1
ps -ax | grep smbd
Expand Down

0 comments on commit df4c72e

Please sign in to comment.