Searched full:test_script (Results 1 – 25 of 29) sorted by relevance
12
14 all:: @DO_TEST_SUITE@ test_one test_script29 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp30 @echo "Creating test_script..."31 @[ -f test_script ] && chmod u+w test_script || true32 @echo "#!/bin/sh" > test_script33 @echo "SRCDIR=@srcdir@" >> test_script34 @cat $(srcdir)/test_script.in >> test_script35 @chmod +x-w test_script66 check:: test_pre test_post test_script102 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
4 The test_script program will automatically run e2fsck against the29 errors. So if you modify the test_script to try running these31 test_script.log file manually.
45 test_script:60 test_script:71 test_script:85 test_script:96 test_script:108 test_script:119 test_script:131 test_script:142 test_script:152 test_script:[all …]
25 for test_script in $(find $1 -name run.sh | sort); do26 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
8 TEST_SCRIPT=./tests.sh25 $TEST_SCRIPT $TEST_SET
8 test_script:
12 test_script:
16 test_script:
41 test_script:
42 test_script:
49 test_script:
62 test_script:128 test_script: |
63 test_script:
79 # test_script:
72 The tests/test_script program now accepts the --failed option, which
164 Fix test_script so that it works correctly when compiling in the
86 test_script:
120 test_script:
353 test_script = os.path.join(self.env_dir, "test_strict.sh")354 with open(test_script, "w") as f:358 out, err = check_output([bash, test_script])
214 tests/test_script
101 test_script: