Add tests for env var passing

This commit is contained in:
Ayaz Hafiz 2022-10-05 14:36:34 -05:00
parent 5d8f04575e
commit 73210469db
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 47 additions and 23 deletions

View file

@ -16,6 +16,7 @@ fn exec_bench_w_input<T: Measurement>(
let compile_out = run_roc(
["build", OPTIMIZE_FLAG, file.to_str().unwrap()],
&[stdin_str],
&[],
);
if !compile_out.stderr.is_empty() && compile_out.stderr != "🔨 Rebuilding platform...\n" {