aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-01-11 13:50:47 -0800
committerGravatar MarkKoz <[email protected]>2020-01-11 13:50:47 -0800
commit83f1c49ab6ed6ff0b04f32f5031e4838131302d1 (patch)
tree52217aacedb4ec1eacf6db1b892379e70ab831c3 /scripts
parentAdd test for importing numpy (diff)
Fix #56: stdout and stderr outputs in wrong order
Diffstat (limited to 'scripts')
-rw-r--r--scripts/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile
index 47ee141..73fbb28 100644
--- a/scripts/.profile
+++ b/scripts/.profile
@@ -17,5 +17,5 @@ nsjpy() {
nsjail \
--config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \
$nsj_args -- \
- /snekbox/.venv/bin/python3 -Iq -c "$@"
+ /snekbox/.venv/bin/python3 -Iqu -c "$@"
}