Skip to content

Commit 3fe1207

Browse files
author
neil
committed
fix test
1 parent 956b375 commit 3fe1207

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/testrun.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ jobs:
8787
mkdir -p ../test_output
8888
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 }}"
8989
# We use the ssh port as an alias to the vm, so we can use 'ssh $port' to login
90-
echo "test 1"
91-
ssh 10022 ls -lah ${{ inputs.vmpath }}
92-
echo "test 2"
93-
ssh 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
94-
ssh 10022 ls -lah ${{ inputs.vmpath }} | grep '.dotfile'
95-
echo "test 3"
96-
ssh testname ls ${{ inputs.vmpath }} | grep justcheck.txt
97-
echo "test 4"
98-
ssh -p 20022 -o StrictHostKeyChecking=accept-new ${{ inputs.user }}@localhost ls ${{ inputs.vmpath }} | grep justcheck.txt
90+
echo "===============test 1"
91+
ssh -v 10022 ls -lah ${{ inputs.vmpath }}
92+
echo "===============test 2"
93+
ssh -v 10022 ls ${{ inputs.vmpath }} | grep justcheck.txt
94+
ssh -v 10022 ls -lah ${{ inputs.vmpath }} | grep '.dotfile'
95+
echo "===============test 3"
96+
ssh -v testname ls ${{ inputs.vmpath }} | grep justcheck.txt
97+
echo "===============test 4"
98+
ssh -v -p 20022 -o StrictHostKeyChecking=accept-new ${{ inputs.user }}@localhost ls ${{ inputs.vmpath }} | grep justcheck.txt
9999
100100

101101

0 commit comments

Comments
 (0)