Commit Graph

  • 7338fb4748
    Generate version string master Mike Gerwitz 2017-05-11 01:08:04 -0400
  • a2d607794b
    Add manual boilerplate Mike Gerwitz 2017-05-11 00:55:05 -0400
  • 68271828db
    configure.ac: {mikegerwitz=>mtg}@gnu.org Mike Gerwitz 2017-05-11 00:52:44 -0400
  • e2f011c71d
    s/::/:/g function names Mike Gerwitz 2017-05-10 01:10:14 -0400
  • 2845e64b74
    Output hexdump comparisons on expect failure Mike Gerwitz 2017-04-19 01:59:12 -0400
  • a368e809a3
    Support binary comparisons by `expect' Mike Gerwitz 2017-04-19 01:52:19 -0400
  • 5a18560d7c
    configure.ac: fail if missing xxd Mike Gerwitz 2017-04-19 01:51:10 -0400
  • e87d2ff210
    Corrected copyright in file headers Mike Gerwitz 2014-06-17 01:35:24 -0400
  • 2ec3f8a01e Function name reformatting Mike Gerwitz 2014-06-13 21:42:52 -0400
  • 961ebf0255 {_sstack-=>shspec::stack::_} Mike Gerwitz 2014-06-13 17:17:30 -0400
  • aa9044cc97 Began move to shspec::* function naming Mike Gerwitz 2014-06-13 17:10:02 -0400
  • 4572d0f636
    Runner will now output failure filenames Mike Gerwitz 2014-06-13 21:18:57 -0400
  • 00856b0af4
    Added license to README Mike Gerwitz 2014-06-13 16:27:07 -0400
  • b990a84ef6
    Added environment expectations Mike Gerwitz 2014-06-11 00:26:01 -0400
  • a116a4ac72 Environment expectations now permit omitting operator Mike Gerwitz 2014-06-10 23:39:20 -0400
  • 9045a3298b Added `exports` expectation Mike Gerwitz 2014-06-10 23:33:05 -0400
  • 302977eb74 Refactored environment expectations to support grabbing flags Mike Gerwitz 2014-06-10 23:20:38 -0400
  • 331a1161b2 Added `declare` as an alias for `set` expectation Mike Gerwitz 2014-06-10 22:12:09 -0400
  • 7597677086 Added env var value expectation Mike Gerwitz 2014-06-10 01:35:27 -0400
  • 61cedf54f0
    .sh extension for included files Mike Gerwitz 2014-06-10 22:00:18 -0400
  • c9b826d975 Environment expectations now permit omitting operator env Mike Gerwitz 2014-06-10 23:39:20 -0400
  • 658fd29e0d Added `exports` expectation Mike Gerwitz 2014-06-10 23:33:05 -0400
  • 7f62c27db0 Refactored environment expectations to support grabbing flags Mike Gerwitz 2014-06-10 23:20:38 -0400
  • 8a73619b0d Added `declare` as an alias for `set` expectation Mike Gerwitz 2014-06-10 22:12:09 -0400
  • 93b6b6d7f5 Added env var value expectation Mike Gerwitz 2014-06-10 01:35:27 -0400
  • 1e8279ffc3
    .sh extension for included files Mike Gerwitz 2014-06-10 22:00:18 -0400
  • 58a3f75d05
    run-spec will now set wd to spec dir Mike Gerwitz 2014-06-09 22:39:30 -0400
  • 6a5c0b3d0d
    Implemented `not' expectation Mike Gerwitz 2014-05-15 00:46:37 -0400
  • 683c4cc691 Added `not' expectation Mike Gerwitz 2014-05-15 00:45:49 -0400
  • 00cf01c27a Refactored _handle-to to eliminate global state Mike Gerwitz 2014-05-15 00:42:47 -0400
  • f40e18487b
    Output processing generalized Mike Gerwitz 2014-05-14 00:30:40 -0400
  • d0e508c2f5 Extracted output expectations into separate source file Mike Gerwitz 2014-05-14 00:28:08 -0400
  • 914dafc62a `match' handler now defined in terms of output abstraction Mike Gerwitz 2014-05-13 23:25:27 -0400
  • 8858a8dce3 `output' parsing refactoring to allow sharing logic Mike Gerwitz 2014-05-13 23:12:29 -0400
  • e4abafa8b4
    Converted `be' tests into direct expectation handler test Mike Gerwitz 2014-05-13 21:46:00 -0400
  • dc5a5d8f0f
    Corrected _proxy-to to accept variable shift length Mike Gerwitz 2014-05-13 21:38:30 -0400
  • eb188fe477
    Added docblocks for remaining core expectations Mike Gerwitz 2014-05-13 20:31:56 -0400
  • d7c97bb614
    Updated README.md to reflect shell syntax in example Mike Gerwitz 2014-05-13 01:27:48 -0400
  • 65f6a48fd3
    Added `aok' silent tests Mike Gerwitz 2014-05-13 00:56:32 -0400
  • 76e90de26d
    Expectation handler no longer receives extra newline Mike Gerwitz 2014-05-13 00:50:52 -0400
  • a59a09007b
    Added `silent' expectation handler Mike Gerwitz 2014-05-13 00:20:24 -0400
  • 1dcc0cd8d0
    Added `be' support as an expectation handler Mike Gerwitz 2014-05-12 23:51:08 -0400
  • 7a1409f7af
    Added missing "to" to failure message Mike Gerwitz 2014-05-12 23:45:38 -0400
  • 18843d855a
    `output' expectation handler using aok for PIPESTATUS check Mike Gerwitz 2014-05-12 22:16:06 -0400
  • 63e229b027
    Added aok utility function Mike Gerwitz 2014-05-12 22:15:41 -0400
  • c899f9c170
    `output' expectation handler now supports stdout Mike Gerwitz 2014-05-12 21:39:26 -0400
  • 8389a1f539
    File descriptor 99 is reserved for internal use Mike Gerwitz 2014-05-12 21:38:15 -0400
  • e3ab1e400e
    Added support for stderr param for expectation handlers Mike Gerwitz 2014-05-12 21:35:47 -0400
  • 61051dc165
    Alright, let's get serious about this! Mike Gerwitz 2014-05-13 01:07:09 -0400
  • 9d711f14a2 Added `aok' silent tests stderr Mike Gerwitz 2014-05-13 00:56:32 -0400
  • 76ab0ff50c Expectation handler no longer receives extra newline Mike Gerwitz 2014-05-13 00:50:52 -0400
  • eb3e09b404 Added `silent' expectation handler Mike Gerwitz 2014-05-13 00:20:24 -0400
  • bfc9971020 Added `be' support as an expectation handler Mike Gerwitz 2014-05-12 23:51:08 -0400
  • dae4b2e255 Added missing "to" to failure message Mike Gerwitz 2014-05-12 23:45:38 -0400
  • a1f09855c0 `output' expectation handler using aok for PIPESTATUS check Mike Gerwitz 2014-05-12 22:16:06 -0400
  • 8957aad72d Added aok utility function Mike Gerwitz 2014-05-12 22:15:41 -0400
  • a8d39919d7 `output' expectation handler now supports stdout Mike Gerwitz 2014-05-12 21:39:26 -0400
  • 0914d27000 File descriptor 99 is reserved for internal use Mike Gerwitz 2014-05-12 21:38:15 -0400
  • d90acab122 Added support for stderr param for expectation handlers Mike Gerwitz 2014-05-12 21:35:47 -0400
  • 2b5411d67a
    Alright, let's get serious about this! Mike Gerwitz 2014-05-13 01:07:09 -0400
  • 4b07f88f55
    fail procuedure will now output file:line Mike Gerwitz 2014-05-11 21:47:56 -0400
  • 89a38a5dc2
    Adjusted existing handlers and tests to honor shift argument Mike Gerwitz 2014-05-10 00:42:58 -0400
  • b3b3a9fcef
    Added shift argument to expectation handlers Mike Gerwitz 2014-05-10 00:34:01 -0400
  • c1d1b66fa9
    Added `match' expectation Mike Gerwitz 2014-05-09 23:31:47 -0400
  • d2e8d21ac5
    Initial `and' declaration support Mike Gerwitz 2014-05-09 21:48:09 -0400
  • ca527165aa
    Added _bail_clause shorthand Mike Gerwitz 2014-05-09 02:14:34 -0400
  • 08e1d9c889
    _bail will now default to current spec caller Mike Gerwitz 2014-05-09 02:14:11 -0400
  • 61ecb6ad82
    Added output expectation handler Mike Gerwitz 2014-05-09 02:04:09 -0400
  • b4572d420b
    Expectation premise output now piped to expectation handler Mike Gerwitz 2014-05-09 01:59:21 -0400
  • 6dbf996f3b
    Exit code now passed to expectation handlers Mike Gerwitz 2014-05-09 01:13:26 -0400
  • 3d1f9d22a7
    Initial concept and working tests for shspec Mike Gerwitz 2014-05-09 00:46:18 -0400