Skip to content

Commit

Permalink
fixup! Fixes #18047: tests clean 2
Browse files Browse the repository at this point in the history
Fixes #18047: tests clean 2
  • Loading branch information
gpoblon committed Jul 28, 2020
1 parent b6a1199 commit 274242c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions relay/sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ endif
check:
cd relayd && make check

# Test

test:
cargo test

# Clean

clean:
Expand Down
5 changes: 5 additions & 0 deletions relay/sources/relayd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ yum-dependencies:

apt-dependencies:
$(APT) pkg-config libpq-dev libssl-dev zlib1g-dev

# Test

test:
cargo test
1 change: 0 additions & 1 deletion rudder-lang/src/translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ resource {bundle_name}({parameter_list})
Some(m) => m.as_integer().unwrap(),
};
let class_parameter = &call.parameters[class_parameter_id as usize];
println!("");
let canonic_parameter = canonify(&class_parameter.value);
let outcome = format!(" as {}_{}", class_prefix, canonic_parameter);
// TODO remove outcome if there is no usage
Expand Down

0 comments on commit 274242c

Please sign in to comment.