Skip to content

Commit

Permalink
Merge pull request #486 from atsign-foundation/jeremy-prod-tests-fals…
Browse files Browse the repository at this point in the history
…e-positive

ci: fix false positives in end-to-end tests
  • Loading branch information
cpswan authored Sep 19, 2023
2 parents 19c56e2 + 14a3f0d commit 44c1594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/end2end_tests/entrypoints/sshnp_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ run_test()
echo "ssh -p command: $(cat sshcommand.txt)"
echo "./test.sh " | eval "$(cat sshcommand.txt)"
sleep 2 # time for ssh connection to properly exit
return 0
}

main()
Expand All @@ -32,6 +33,7 @@ main()
fi
sleep 5
done
exit 1
}

main

0 comments on commit 44c1594

Please sign in to comment.