Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d01d7d337 |
+1
-2
@@ -5,8 +5,7 @@
|
||||
set -u
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
TARGET_DIR="${CARGO_TARGET_DIR:-$SCRIPT_DIR/../target}"
|
||||
SLIM_BIN="$TARGET_DIR/debug/slim"
|
||||
SLIM_BIN="$SCRIPT_DIR/../target/debug/slim"
|
||||
TIMEOUT=120
|
||||
|
||||
pass=0
|
||||
|
||||
Reference in New Issue
Block a user