forked from lavina/lavina
6 lines
115 B
Bash
6 lines
115 B
Bash
|
#!/bin/sh
|
||
|
cargo build
|
||
|
./target/debug/lavina 1>test/lavina.stdout.log 2>test/lavina.stderr.log &
|
||
|
cargo test
|
||
|
kill %1
|