Skip to content

Commit

Permalink
fix erlang test
Browse files Browse the repository at this point in the history
  • Loading branch information
linostar committed Nov 6, 2024
1 parent a8c7fc0 commit fcf9413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/integration/erlang/task.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
summary: Integration tests for Erlang

execute: |
rootfs="$(install-slices erlang-base_bins erlang-inets_scripts erlang-os-mon_bins erlang-crypto_modules erlang-eldap_modules erlang-mnesia_modules erlang-parsetools_modules erlang-public-key_modules erlang-runtime-tools_modules erlang-ssl_modules erlang-syntax-tools_modules erlang-tools_modules erlang-xmerl_modules bash_bins coreutils_bins)"
rootfs="$(install-slices erlang-base_bins erlang-inets_scripts erlang-os-mon_bins erlang-crypto_modules erlang-eldap_modules erlang-mnesia_modules erlang-parsetools_modules erlang-public-key_modules erlang-runtime-tools_modules erlang-ssl_modules erlang-syntax-tools_modules erlang-tools_modules erlang-xmerl_modules base-files_base bash_bins coreutils_bins)"
mkdir -p "$rootfs"/bin "$rootfs"/etc "$rootfs"/dev "$rootfs"/root
cp /bin/sh "$rootfs"/bin/
Expand Down

0 comments on commit fcf9413

Please sign in to comment.