Skip to content

Commit

Permalink
fix end to end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Aug 12, 2024
1 parent 7824c11 commit 9e3f6b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_end_to_end: clean_test_end_to_end release

sudo mkdir /etc/ruroco
sudo mv ./ruroco_public.pem /etc/ruroco
sudo cp ./tests/config.toml /etc/ruroco
sudo cp ./tests/config_end_to_end.toml /etc/ruroco/config.toml
sudo chmod 400 /etc/ruroco/ruroco_public.pem

sudo chown -R ruroco:ruroco /tmp/ruroco_test
Expand Down
5 changes: 5 additions & 0 deletions tests/config_end_to_end.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
address = "127.0.0.1:8080"
config_dir = "/etc/ruroco/"

[commands]
default = "touch /tmp/ruroco_test/start.test /tmp/ruroco_test/stop.test"

0 comments on commit 9e3f6b9

Please sign in to comment.