tests: special sav directories available for uname and system.
authorJean Privat <jean@pryen.org>
Fri, 19 Jun 2015 01:32:38 +0000 (21:32 -0400)
committerJean Privat <jean@pryen.org>
Tue, 23 Jun 2015 15:36:13 +0000 (11:36 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/tests.sh

index 99ec314..1dc7eaf 100755 (executable)
@@ -481,7 +481,7 @@ case $engine in
                ;;
 esac
 
-savdirs="sav/$engine $savdirs sav/"
+savdirs="sav/`hostname -s` sav/`uname` sav/$engine $savdirs sav/"
 
 # The default nitc compiler
 [ -z "$NITC" ] && find_nitc