diff options
author | 2018-05-31 11:19:26 +0200 | |
---|---|---|
committer | 2018-05-31 11:19:26 +0200 | |
commit | 9a2feb72f0b74e711366967efdffbdcffff80f83 (patch) | |
tree | d21ca345bd2907e3678444ca858a72b6ec56e10d | |
parent | chmod +x on ci.sh (diff) |
debug nsjail execution in travis
-rw-r--r-- | scripts/ci.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index edf5295..2fdf956 100644 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -1,2 +1,4 @@ #!/bin/bash chmod +x binaries/nsjail2.6-ubuntu-x86_64 +echo $(pwd)/binaries/nsjail2.6-ubuntu-x86_64 -Mo --rlimit_as 700 --chroot / -E LANG=en_US.UTF-8 -R/usr -R/lib -R/lib64 --user nobody --group nogroup --time_limit 2 --disable_proc --iface_no_lo --quiet -- /usr/bin/python3.6 -ISq -c 'print("test")' +$(pwd)/binaries/nsjail2.6-ubuntu-x86_64 -Mo --rlimit_as 700 --chroot / -E LANG=en_US.UTF-8 -R/usr -R/lib -R/lib64 --user nobody --group nogroup --time_limit 2 --disable_proc --iface_no_lo --quiet -- /usr/bin/python3.6 -ISq -c 'print("test")' |