This commit is contained in:
parent
26ec62beee
commit
5605449dfd
@ -91,9 +91,8 @@ cleanup_before_test() {
|
|||||||
# Wait a moment for processes to clean up
|
# Wait a moment for processes to clean up
|
||||||
sleep 1
|
sleep 1
|
||||||
}
|
}
|
||||||
[ -f "/root/.profile" ] && source /root/.profile 2>/dev/null || true
|
[ -f "/root/.profile" ] && source /root/.profile 2>/dev/null || true
|
||||||
[ -f "/root/.cargo/env" ] && source /root/.cargo/env 2>/dev/null || true
|
[ -f "/root/.cargo/env" ] && source /root/.cargo/env 2>/dev/null || true
|
||||||
}
|
|
||||||
|
|
||||||
# Test validation function
|
# Test validation function
|
||||||
test_function() {
|
test_function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user