diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-03 15:56:56 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-03 15:56:56 +0200 |
| commit | 40c8c5947d6ee0270181772ee65f226cf6451d2b (patch) | |
| tree | 673653b8b3406b71fae67a9b8102521ab2e5e0d5 /tests | |
| parent | 81c326dd61adb05282ab2225bccbd6f315d7b050 (diff) | |
add helper script to commit run_tests output
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/commit_run_tests_output_update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/commit_run_tests_output_update b/tests/commit_run_tests_output_update new file mode 100755 index 00000000..5912fb8d --- /dev/null +++ b/tests/commit_run_tests_output_update @@ -0,0 +1,3 @@ +#!/bin/bash +git add output +git commit -m "update run_tests.js output" |
