Commit 60633bb
committed
fix(test): do not override Firecracker binary
test_redundant_seccomp_rules builds the Firecracker binary using the
nightly toolchain (we need this to be able to run its static analysis).
This replaces the binary used by all subsequent tests and it causes them
to fail since nightly might introduce a system call that is not allowed
by our seccomp rules.
In order to avoid such situations, build the binary used by the test in
a different build directory.
Signed-off-by: Babis Chalios <[email protected]>1 parent d569ff3 commit 60633bb
File tree
1 file changed
+5
-2
lines changed- tests/integration_tests/build
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments