This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-22 09:58:09 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
test
/
jenkins
/
criu-other.sh
7 lines
91 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
test/jenkins: use bash to run shell scripts We permanently have issues like this: ./test/jenkins/criu-iter.sh: 3: source: not found It looks like a good idea to use one shell to run our jenkins scripts. Signed-off-by: Andrei Vagin <avagin@gmail.com>
2020-04-18 22:28:24 +03:00
#!/bin/bash
test: add a script for jenkins to execute non-zdtm tests Signed-off-by: Andrew Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-07-01 18:52:26 +04:00
source
`
dirname
$0
`
/criu-lib.sh
&&
prep
&&
make -C
test
other
&&
true
||
fail
Reference in New Issue
Copy Permalink