Skip to content

Commit

Permalink
fix: ensure settings dir for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulmillais committed Feb 24, 2020
1 parent 1758fe5 commit 29e5a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/infra.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace eval ::simulator::test {

variable BEFORE {
catch { unset result }
spawn mkdir -p /home/launch/.kubesim/settings/
set env(SIMULATOR_TF_DIR) "./test/fixtures/noop-tf-dir"
set env(SIMULATOR_STATE_BUCKET) "dummy-test-bucket"
set env(SIMULATOR_CLI_TEST_OUTPUT) "./test/test.debug"
Expand Down

0 comments on commit 29e5a6e

Please sign in to comment.