From 9000f58786bc21b05e59ddbe96f8be607f13a00d Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 25 Nov 2011 23:57:56 +0530 Subject: ENH: Fixing bash support, tests for code server. This checkin fixes bash support. In actuality the bash support lets one test any runnable script/program that outputs results to stdout. I've also added a decent test suite for the code server that checks if it functions correctly or not. I've also updated the sample_questions to work with the new bash support and added a reference bash script and the testcode to go with it. --- docs/sample.args | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/sample.args (limited to 'docs/sample.args') diff --git a/docs/sample.args b/docs/sample.args new file mode 100644 index 0000000..4d9f00d --- /dev/null +++ b/docs/sample.args @@ -0,0 +1,2 @@ +1 2 +2 1 -- cgit