Skip to content

Commit 3f48205

Browse files
author
neil
committed
check dot file
1 parent e26ee0a commit 3f48205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testrun.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,15 @@ jobs:
8383
mountdir=test
8484
mkdir -p ${mountdir}
8585
echo "anyvm" > ${mountdir}/justcheck.txt
86+
echo "anyvm" > ${mountdir}/.dotfile
8687
mkdir -p ../test_output
8788
python anyvm.py --debug --data-dir ../test_output --os "${{ inputs.os }}" --release "${{ inputs.release }}" --arch "${{ inputs.arch }}" -d -v "${mountdir}:${{ inputs.vmpath }}" --ssh-port 10022 --ssh-name "testname" -p 20022:22 --nc "${{ inputs.nc }}" --sync "${{ inputs.sync }}"
8889
# We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
8990
echo "test 1"
9091
ssh -v 10022 ls ${{ inputs.vmpath }}
9192
echo "test 2"
9293
ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
94+
ssh -v 10022 ls ${{ inputs.vmpath }} | grep '.dotfile'
9395
echo "test 3"
9496
ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt
9597
echo "test 4"

0 commit comments

Comments
 (0)