Skip to content

Commit

Permalink
fix swapon command in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quidame committed Mar 27, 2021
1 parent 5ab067c commit 281f1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/targets/mount/tasks/swapfile_freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@

- name: Swap on all (try to restore pre-test state)
command:
cmd: swapoff -a
cmd: swapon -a
2 changes: 1 addition & 1 deletion tests/integration/targets/mount/tasks/swapfile_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@

- name: Swap on all (try to restore pre-test state)
command:
cmd: swapoff -a
cmd: swapon -a

0 comments on commit 281f1d2

Please sign in to comment.