Skip to content

Commit

Permalink
remove tests that don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas Husseini committed Nov 6, 2024
1 parent 76dc886 commit a8c7fc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/spread/integration/erlang/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ execute: |
chroot "$rootfs" /usr/bin/epmd -daemon
# test erl eval
chroot "$rootfs" /usr/bin/erl -noshell -eval 'io:format("Erlang OK~n"), halt().' | grep "Erlang OK"
# test erl_call by connecting to an erl server
chroot "$rootfs" nohup erl -sname test -setcookie cookie &
chroot "$rootfs" /usr/bin/erl_call -sname test -a 'erlang node []'
# test escript by executing a simple script
chroot "$rootfs" echo '#!/usr/bin/escript' > test_script && echo 'main(_) -> io:format("escript OK~n").' >> test_script && chmod +x test_script && /usr/bin/escript test_script
# test start_embedded to start the embedded environment
Expand Down

0 comments on commit a8c7fc0

Please sign in to comment.