|
@@ -1,7 +1,7 @@
|
|
#!/usr/bin/env bash
|
|
#!/usr/bin/env bash
|
|
set -o pipefail
|
|
set -o pipefail
|
|
trap "rm -f run.log" EXIT
|
|
trap "rm -f run.log" EXIT
|
|
-cargo run --release $BUILD_STD 2>&1 | tee run.log
|
|
|
|
|
|
+${CARGO:-cargo} run --release $BUILD_STD 2>&1 | tee run.log
|
|
if [ $? -ne 134 ]; then
|
|
if [ $? -ne 134 ]; then
|
|
echo process is not aborted
|
|
echo process is not aborted
|
|
exit 1
|
|
exit 1
|