mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. ./config.sh
|
|
|
|
NO_SCHEDULER=1 $WEAVE_ROOT/test/run_all.sh "$@"
|