dev/chroot-test/action/testing_system
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 31 Oct 2018 13:22:13 -0700
changeset 378 a788cfad4cfa
parent 272 f7c64f03cd60
permissions -rw-r--r--
Merge 7a1d6b228af6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
265
6629144cf111 More complete test - inhibit daemons, mount proc, add safety guard
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     1
6629144cf111 More complete test - inhibit daemons, mount proc, add safety guard
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     2
if [ \! -e /please-trash-this-system ] ; then
6629144cf111 More complete test - inhibit daemons, mount proc, add safety guard
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     3
    echo "These tests will only run in a special test environment, sorry"
6629144cf111 More complete test - inhibit daemons, mount proc, add safety guard
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     4
    exit -1
6629144cf111 More complete test - inhibit daemons, mount proc, add safety guard
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     5
fi