Skip to content

Commit

Permalink
fixup! reftest: add sandbox scripts test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 16, 2024
1 parent 3cd63ea commit 5f50c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/reftests/sandbox.unix.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ build: [ "sh" "-c" "echo > $TMPDIR/ech" ]
### opam install echo | grep "^\(\\+\|-) " | sed-cmd echo
+ echo "SUCCESS" "|" "tee" "check-write" (CWD=${BASEDIR}/OPAM/sdbx/.opam-switch/build/echo.1)
- SUCCESS | tee check-write
### opam install option | grep "^\(\\+\|-) " | '- .*opamMain.exe' -> '- opam' | sed-cmd opam
### opam install option | grep "^\(\\+\|-) " | sed-cmd opam
+ opam "option" "jobs=4" "--cli=2.1" (CWD=${BASEDIR}/OPAM/sdbx/.opam-switch/build/option.1)
- 'opam option jobs=4 --cli=2.1' failed.
- Fatal error:
- opam: "open" failed on ${BASEDIR}/OPAM/config.lock: Read-only file system
- ${OPAM}: "open" failed on ${BASEDIR}/OPAM/config.lock: Read-only file system
- No changes have been performed
# Return code 31 #
### opam install var | grep "^\(\\+\|-) " | sed-cmd opam
Expand Down

0 comments on commit 5f50c67

Please sign in to comment.