Skip to content

Commit

Permalink
split runs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparks committed Feb 15, 2024
1 parent 02ae1d2 commit 3d74c8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/acceptance/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,12 @@
mode => '0644',
content => "# .bashrc\n",
require => User['rustup_test'],
before => Rustup['rustup_test'],
#before => Rustup['rustup_test'],
}
END
puts "run 1a"

puts apply_manifest(<<~'END', catch_failures: true, prefix_command: 'RUSTUP_TRACE=1 ').stderr
rustup { 'rustup_test': }
rustup::toolchain { 'rustup_test: stable': }
END
Expand Down

0 comments on commit 3d74c8a

Please sign in to comment.