From 40c8c5947d6ee0270181772ee65f226cf6451d2b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 3 Nov 2014 15:56:56 +0200 Subject: add helper script to commit run_tests output --- tests/commit_run_tests_output_update | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/commit_run_tests_output_update (limited to 'tests/commit_run_tests_output_update') 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" -- cgit v1.3.1