Skip to content

Commit

Permalink
Don't need to remove the dest dir as will be a unique temp dir for th…
Browse files Browse the repository at this point in the history
…is online sample
  • Loading branch information
andrewdavidmackenzie committed Jan 29, 2018
1 parent b59f6ef commit d3e492d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ test-hello-simple: ./target/debug/flowc
test-hello-simple-online: ./target/debug/flowc
@echo ""
@echo "------- Started testing generation of hello-world-simple-online ----"
# @rm -rf samples/hello-world-simple/rust
./target/debug/flowc https://raw.githubusercontent.com/andrewdavidmackenzie/flow/master/samples/hello-world-simple/context.toml
# @cargo run --manifest-path samples/hello-world-simple/Cargo.toml
@echo "------- Finished testing generation of hello-world-simple-online ----"
Expand Down

0 comments on commit d3e492d

Please sign in to comment.